aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Two simple changes to the kernel internal API for netgraph modules,Julian Elischer2000-04-284-12/+16
* sanpai-san (sanpai@sanpai.org) suggested that we put the novel probeWarner Losh2000-04-281-2/+2
* make the example compile again.Nick Hibma2000-04-271-0/+2
* Added PC-98 supports.Yoshihiro Takahashi2000-04-271-0/+41
* Supported EGC 640x400, PEGC 640x400 and PEGC 640x480 graphics modes.Yoshihiro Takahashi2000-04-271-0/+5
* duh, i forgot to change a bitmask, sorry alexanderCameron Grant2000-04-261-1/+1
* Driver for DEC "Tulip" based WAN cards from LanMedia Corporation.Poul-Henning Kamp2000-04-266-563/+595
* fix minor numbers for multi-channel devicesCameron Grant2000-04-261-8/+6
* repo-copied to sys/gnu/dev/sound/pci/emu10k1.hCameron Grant2000-04-261-672/+0
* update for new location of emu10k1.h under sys/gnuCameron Grant2000-04-261-1/+1
* LanMedias driver sources for the LMC1000 and similar cards.Poul-Henning Kamp2000-04-266-0/+3746
* Ignore tulip chips on LanMedia WAN cards.Poul-Henning Kamp2000-04-251-0/+7
* Clone the {b|bio}_offset field, and make sure it is always initializedPoul-Henning Kamp2000-04-251-8/+1
* First cut at adding CIS reading to xe driver. I don't have a cardWarner Losh2000-04-252-9/+16
* More machdep/random.h -> sys/random.h fixes.Boris Popov2000-04-253-6/+3
* Disable the returning of "wedged" commands; this is wrong and needs to beMike Smith2000-04-241-1/+8
* Update the Tigon firmware to 12.3.21. This fixes a few bugs and adds supportBill Paul2000-04-243-1813/+1819
* * Use sys/sys/random.h rather than a i386 specific one.David E. O'Brien2000-04-241-1/+1
* Cosmetic to make errors messages look similar.Duncan Barclay2000-04-241-4/+4
* Moved debugging definitions to a header file.Duncan Barclay2000-04-241-1297/+1026
* Bit mask definitions for firmware versioning.Duncan Barclay2000-04-241-73/+88
* Initial import.Duncan Barclay2000-04-241-0/+126
* Make the moved about version compile and runDuncan Barclay2000-04-241-2/+6
* - Added support for 1bpp and 4bpp BMP files.Kazutaka YOKOTA2000-04-241-68/+82
* implement settrigger according to specCameron Grant2000-04-233-27/+40
* maybe make cmi8330 work - no feedback yetCameron Grant2000-04-231-6/+19
* Hide annoying message under boot-verbose.Poul-Henning Kamp2000-04-231-2/+3
* Enable PnP attachment for parallel port controllers.Garrett Wollman2000-04-221-6/+11
* Moved functions around so that they are grouped a little more sensibly.Duncan Barclay2000-04-221-1012/+1016
* initsd(): Complete the intention of revision 1.25 and write init data to disk.Greg Lehey2000-04-221-5/+6
* - Fix a problem with the cdevsw struct that prevented the kernel fromMatthew N. Dodd2000-04-223-55/+52
* Reoganize/update the SysKonnect driver:Bill Paul2000-04-223-160/+512
* Add PHY drivers for the XMAC II's internal PHY and the Broadcom BCM5400Bill Paul2000-04-224-0/+1138
* RegenerateBill Paul2000-04-221-2/+10
* Add entries for the XMAC II's internal PHY and the Broadcom BCM5400Bill Paul2000-04-221-1/+7
* Now that we fixed the isp_sendmarker botch, we can now do initial busMatt Jacob2000-04-211-4/+1
* Functional driver with new command queue in place.Duncan Barclay2000-04-211-1277/+1067
* Roll minor version. Increase size (and add defines for) topology storage.Matt Jacob2000-04-211-2/+9
* Some minor tweaklets.Matt Jacob2000-04-213-21/+44
* Add in the now required malloc.h include. I guess somebodyMatt Jacob2000-04-211-0/+1
* Pick up topology more sanely at f/w startup. Change the restrictions ofMatt Jacob2000-04-211-22/+34
* Update (finally) 1.15.37 to 1.19.03 for the 2100. This allows us to notMatt Jacob2000-04-211-20026/+23524
* One minor bugfix:Mike Smith2000-04-202-4/+19
* o Preliminary support for mapping the CIS by the driver.Warner Losh2000-04-201-4/+6
* Remove bogus commentWarner Losh2000-04-201-2/+0
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-1948-53/+0
* OK. Next step: we read in CIS.Warner Losh2000-04-198-217/+34
* try the fix from creative bugzilla for nmi problemCameron Grant2000-04-181-2/+2
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-1819-19/+0
* Provide mem* for compat with NetBSD to fix LINTWarner Losh2000-04-172-3/+15