diff options
author | Hakan Olsson <ho@cvs.openbsd.org> | 2005-05-24 05:57:37 +0000 |
---|---|---|
committer | Hakan Olsson <ho@cvs.openbsd.org> | 2005-05-24 05:57:37 +0000 |
commit | 1a9d6047a8a66d0cfe169d8ffec36f8aec3696fe (patch) | |
tree | 25ef653eeaeedc9634674a2d27fe25db3c2c0ff6 /sys | |
parent | 7a6e90a24ababc01e84a168be0d99e0c06d2dea2 (diff) |
san depends on sppp. canacar@ ok.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/files.pci | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index 13bbd56b393..38816fe419b 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.176 2005/05/10 01:16:32 brad Exp $ +# $OpenBSD: files.pci,v 1.177 2005/05/24 05:57:36 ho Exp $ # $NetBSD: files.pci,v 1.20 1996/09/24 17:47:15 christos Exp $ # # Config file and device description for machine-independent PCI code. @@ -517,7 +517,7 @@ attach ral at pci with ral_pci file dev/pci/if_ral_pci.c ral_pci # Sangoma PCI card -device san: ifnet, ifmedia +device san: ifnet, ifmedia, sppp attach san at pci file dev/pci/if_sandrv.c san file dev/pci/if_san_common.c san |