diff options
author | 2006-02-10 08:32:54 +0000 | |
---|---|---|
committer | 2006-02-10 08:32:54 +0000 | |
commit | f6210cac1be0624ab5044f8eda162462688a3fc3 (patch) | |
tree | 112586afc90f54c06bddf21861a741680374325c | |
parent | driver for Philips PCF8591 I2C ADC sensor. Because of the mindlessness (diff) | |
download | wireguard-openbsd-f6210cac1be0624ab5044f8eda162462688a3fc3.tar.xz wireguard-openbsd-f6210cac1be0624ab5044f8eda162462688a3fc3.zip |
enable san(4).
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 9aac8230f59..9fbbb784a7f 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.109 2006/02/05 09:20:53 damien Exp $ +# $OpenBSD: GENERIC,v 1.110 2006/02/10 08:32:54 brad Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -290,6 +290,7 @@ scsibus* at atapiscsi? # Networking devices lmc* at pci? # Lan Media Corp SSI/T3/HSSI +san* at pci? # Sangoma PCI AFT card #le* at pci? # PCnet-PCI based ethernet de* at pci? # DC21X4X-based ethernet fxp* at pci? # EtherExpress 10/100B ethernet |