Subject: CVS commit: src/sys/arch/hp300
To: None <source-changes@netbsd.org>
From: Gregory McGarry <gmcgarry@netbsd.org>
List: source-changes
Date: 05/24/2003 06:21:23
Module Name: src
Committed By: gmcgarry
Date: Sat May 24 06:21:23 UTC 2003
Modified Files:
src/sys/arch/hp300/conf: GENERIC files.hp300
src/sys/arch/hp300/dev: dca.c dcm.c dio.c diovar.h fhpib.c if_le.c
intio.c nhpib.c scsi.c
Log Message:
Clean-up the DIO bus. Includes two main changes:
1) Pass address and ipl locators at attachment;
2) Remove hack which made the internal HP-IB controller
look like a DIO device.
The hack to allow the nhpib driver to support internal and DIO
controllers appears to be a leftover from 4.3BD where it was not
possible to have a driver attach to different busses. NetBSD has
supported bus-dependent attachments for a long time.
To generate a diff of this commit:
cvs rdiff -r1.92 -r1.93 src/sys/arch/hp300/conf/GENERIC
cvs rdiff -r1.64 -r1.65 src/sys/arch/hp300/conf/files.hp300
cvs rdiff -r1.54 -r1.55 src/sys/arch/hp300/dev/dca.c
cvs rdiff -r1.58 -r1.59 src/sys/arch/hp300/dev/dcm.c
cvs rdiff -r1.22 -r1.23 src/sys/arch/hp300/dev/dio.c
cvs rdiff -r1.7 -r1.8 src/sys/arch/hp300/dev/diovar.h
cvs rdiff -r1.25 -r1.26 src/sys/arch/hp300/dev/fhpib.c
cvs rdiff -r1.52 -r1.53 src/sys/arch/hp300/dev/if_le.c
cvs rdiff -r1.14 -r1.15 src/sys/arch/hp300/dev/intio.c
cvs rdiff -r1.26 -r1.27 src/sys/arch/hp300/dev/nhpib.c
cvs rdiff -r1.35 -r1.36 src/sys/arch/hp300/dev/scsi.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.