aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ray
Commit message (Collapse)AuthorAgeFilesLines
* Garbage collect unbuildable and unusable non-MPSAFE network deviceRobert Watson2009-04-161-9/+0
| | | | | | | | | | | | | | drivers that depended on the historic IFF_NEEDSGIANT compatibility mechanism: ar(4) ray(4) sr(4) Discussed on: arch@ Notes: svn path=/head/; revision=191138
* Move to generating pccarddevs.h on the fly, both for the kernel andWarner Losh2004-05-261-1/+1
| | | | | | | | | | the modules. Also generate usbdevs.h automatically now, but a non-kernel file is stopping that at the moment. Notes: svn path=/head/; revision=129740
* Drop <bsd.man.mk> support from <bsd.kmod.mk>.Ruslan Ermilov2002-01-111-1/+0
| | | | | | | Not objected to by: -current Notes: svn path=/head/; revision=89260
* Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien2001-01-061-5/+6
| | | | Notes: svn path=/head/; revision=70711
* Add support for compiling ray driver.Warner Losh2000-12-071-0/+9
Notes: svn path=/head/; revision=69691