diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2007-01-06 20:18:00 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2007-01-06 20:18:00 +0000 |
commit | cbed9d6a33fbcd54b0310e99a8d44cecfdd51e94 (patch) | |
tree | c55ecd2f0b0a39c8046fa6d0a161745791603155 /sys/arch/hp300/conf/GENERIC | |
parent | 4e543a8f7a121a1902cea792639bb4b70006ea9f (diff) |
Add commented out ISA entries.
Diffstat (limited to 'sys/arch/hp300/conf/GENERIC')
-rw-r--r-- | sys/arch/hp300/conf/GENERIC | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/hp300/conf/GENERIC b/sys/arch/hp300/conf/GENERIC index 4d89ccbed76..84ac36e105c 100644 --- a/sys/arch/hp300/conf/GENERIC +++ b/sys/arch/hp300/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.46 2006/07/09 19:45:01 miod Exp $ +# $OpenBSD: GENERIC,v 1.47 2007/01/06 20:17:59 miod Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -61,6 +61,7 @@ hilid* at hil? # ID module # Frodo utility chip found on 362, 382 and 4xx's frodo0 at intio? +#isabr0 at frodo0 # ISA slot on some 4xx models # 8250-like serial ports found on Frodo ASIC dnkbd0 at frodo? # Domain keyboard flavor @@ -133,4 +134,7 @@ safte* at scsibus? # SCSI AF-TE ses* at scsibus? # SCSI enclosure services uk* at scsibus? # unknown SCSI devices +# ISA devices +#isa* at isabr? + pseudo-device wsmux 2 # mouse and keyboard multiplexor |