diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2005-08-13 23:03:39 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2005-08-13 23:03:39 +0000 |
commit | 587229434e4e0122ff8fb7bdee60b5a7616ef131 (patch) | |
tree | 19eb775fb18415da2a0104b11489e73e808d8d3c /sys/arch/i386 | |
parent | c617849d564e1a2e8ab0d99ecd6d887c10767f08 (diff) |
Add commented out hooks for art(4).
OK deraadt@
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 44625c9c9e4..9d278cd9f40 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.428 2005/08/07 20:08:45 mickey Exp $ +# $OpenBSD: GENERIC,v 1.429 2005/08/13 23:03:38 claudio Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -436,6 +436,9 @@ stge* at pci? # Sundance TC9021 GigE hme* at pci? # Sun Happy Meal bce* at pci? # Broadcom BCM4401 vge* at pci? # VIA VT612x +#musycc* at pci? # Conexant HDLC controller +#ebus* at pci? # extension bus of above +#art* at musycc? # Accoom Artery E1/T1 cards # Wireless network cards ath* at pci? # Atheros AR5k (802.11a/b/g) |