diff options
author | Grigoriy Orlov <gluk@cvs.openbsd.org> | 2001-10-04 21:50:36 +0000 |
---|---|---|
committer | Grigoriy Orlov <gluk@cvs.openbsd.org> | 2001-10-04 21:50:36 +0000 |
commit | 7489bf70c18e470300800237cf667fefa462dc5a (patch) | |
tree | e6eebd032b41b9578e1bced1b8cef19099258bec /sys | |
parent | d07f3c48e56696566d284d94a152cdd711095195 (diff) |
Attach sf4r and mr drivers.
From Maxim Tsyplakov <tm@oganer.net>, Vladimir Popov <jumbo@narod.ru>
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/files.pci | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index 6d4c97c3388..a9cb58e3282 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.114 2001/09/21 00:01:20 art Exp $ +# $OpenBSD: files.pci,v 1.115 2001/10/04 21:50:35 gluk 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. @@ -383,11 +383,21 @@ device pcscp: scsi, ncr53c9x attach pcscp at pci file dev/pci/pcscp.c pcscp +# Guillemot Maxi Radio FM 2000 Radio Card +device mr: radio, pci +attach mr at pci +file dev/pci/maxiradio.c mr needs-flag + +# MediaForte SoundForte SF64-PCR Radio card +device sf4r: radio, pci, tea5757 +attach sf4r at pci +file dev/pci/sf64pcr.c sf4r needs-flag + # National Semiconductor DP83820/DP83821 based GigE device nge: ether, ifnet, mii, ifmedia, mii_phy attach nge at pci file dev/pci/if_nge.c nge - + # Cyclades-Z series of intelligent multi-port serial adapters device cz attach cz at pci |