diff options
author | 2015-01-18 14:13:18 +0000 | |
---|---|---|
committer | 2015-01-18 14:13:18 +0000 | |
commit | 98cb98bae252c69d9df8f0ee890f436406890a6b (patch) | |
tree | c4620f5f8821cf4565ac6a0a2137a27ba1daf6e8 | |
parent | Revert 1.166 (but keep the bufq_wait() interface change), for this is wrong (diff) | |
download | wireguard-openbsd-98cb98bae252c69d9df8f0ee890f436406890a6b.tar.xz wireguard-openbsd-98cb98bae252c69d9df8f0ee890f436406890a6b.zip |
Add commented-out necsb(4) and audio(4) configuration to GENERIC.
-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 |