diff options
author | Kenji Aoyama <aoyama@cvs.openbsd.org> | 2015-01-18 14:13:19 +0000 |
---|---|---|
committer | Kenji Aoyama <aoyama@cvs.openbsd.org> | 2015-01-18 14:13:19 +0000 |
commit | 61cca68bfe0f920202d2007f60daff3c305d1530 (patch) | |
tree | de7d239486187831439564c2f04664b0d2c416ce /sys | |
parent | 9518bf7ef7b97f1be75040d7a4e094cf71873d64 (diff) |
Add commented-out necsb(4) and audio(4) configuration to GENERIC.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/luna88k/conf/GENERIC | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/sys/arch/luna88k/conf/GENERIC b/sys/arch/luna88k/conf/GENERIC index 45ff38d2b5e..8550856e585 100644 --- a/sys/arch/luna88k/conf/GENERIC +++ b/sys/arch/luna88k/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.18 2014/12/08 13:24:04 aoyama Exp $ +# $OpenBSD: GENERIC,v 1.19 2015/01/18 14:13:18 aoyama Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -42,15 +42,21 @@ fb0 at mainbus0 spc0 at mainbus0 spc1 at mainbus0 -# PC-9801 extension board slot -cbus0 at mainbus0 -pcex0 at cbus0 - # Workstation Console attachments wsdisplay* at fb? wskbd* at ws? mux 1 wsmouse* at ws? mux 0 +# PC-9801 extension board slot +cbus0 at mainbus0 + +# PC-9801 extension board slot 'generic' driver +pcex0 at cbus0 + +# NEC PC-9801-86 sound board +#necsb* at cbus? +#audio* at necsb? + # SCSI bus support # SCSI devices |