diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-03-11 01:12:15 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-03-11 01:12:15 +0000 |
commit | 523a45f6cdfcadf4584b83ee55a48051a6459967 (patch) | |
tree | 8eeb61ba95b08645cf877869c0b9ecac6a17c190 /sys/arch/amd64 | |
parent | f5f626c27476c1e71bf6c75626fc473b9673b312 (diff) |
add art(4).
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 898c0bae9f6..c34f4207be3 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.116 2006/03/06 03:13:42 marco Exp $ +# $OpenBSD: GENERIC,v 1.117 2006/03/11 01:12:14 brad Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -332,6 +332,8 @@ stge* at pci? # Sundance TC9021 GigE hme* at pci? # Sun Happy Meal vge* at pci? # VIA VT612x nfe* at pci? # NVIDIA nForce Ethernet +musycc* at pci? # Conexant HDLC controller +art* at musycc? # Accoom Artery E1/T1 cards # Wireless network cards ath* at pci? # Atheros AR5k (802.11a/b/g) |