aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Last change to pccard_nbk now obviates the need to check the name ofWarner Losh1999-10-283-25/+6
* Add comments to Linksys probe code.Warner Losh1999-10-281-7/+20
* I was misinformed. I cannot get away from specifying tags for FC. Some devicesMatt Jacob1999-10-281-2/+8
* HEADS UP! All 3c5x9 users!Matthew N. Dodd1999-10-277-796/+707
* Make these compile. Next step is to connect newbus plumbing.Warner Losh1999-10-275-70/+88
* Move some hardware-related items to the hardware-related header.Mike Smith1999-10-265-168/+185
* Change the queueing model used by the controller to drastically reduceMike Smith1999-10-263-44/+49
* add support for LinkSys 10/100 cardsJonathan M. Bresler1999-10-261-4/+37
* nuke a debug printout I thought I had already nukedMatt Jacob1999-10-261-2/+0
* Fix a typo which would result a bad REQUEST SENSE command be sent toLuoqi Chen1999-10-261-5/+19
* Very preliminary pcic device support. Will make depend, but won'tWarner Losh1999-10-266-0/+2474
* Make sure we add an interrupt resource if intline!=255.Doug Rabson1999-10-261-1/+1
* Moderately hacked pccard code from newconfig. It is somewhat inWarner Losh1999-10-2612-0/+4469
* Make it compile inthe NETGRAPH case.Julian Elischer1999-10-252-2/+2
* Make release is now falling over in if_fe.c due to Warner's pccard changes:Bill Paul1999-10-251-0/+3
* Have only one attach routine, rather than two.Warner Losh1999-10-251-4/+2
* MIN unused, so kill itWarner Losh1999-10-251-1/+0
* Add pccard attachment. This won't work with memory mapped ed devicesWarner Losh1999-10-252-100/+67
* Add newbus attachment for pccard driver. Heavily tested by me, andWarner Losh1999-10-254-155/+226
* Add newbus pccard attachment for sio. Some of this code was writtenWarner Losh1999-10-251-97/+97
* Fix compiling PCCARD kernels.Matthew N. Dodd1999-10-241-0/+4
* Use the physical block number, not the logical block number, for I/OMike Smith1999-10-222-8/+8
* remember to initialize mailbox 2 for FC isp bus resetsMatt Jacob1999-10-221-1/+1
* A few improvements and cleanups.Luoqi Chen1999-10-211-48/+61
* Non-functional changes. Add some comments before I start to forget howLuoqi Chen1999-10-211-3/+111
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer1999-10-216-92/+2428
* Adaptec 6260/6360 CAM driver.Luoqi Chen1999-10-214-0/+2082
* Increase the timeout to be 3*hz. This recalibrates the timeout so thatAndrew Gallatin1999-10-181-1/+1
* This fixes the problem with SMC NE2000 cards hanging the box onMatthew N. Dodd1999-10-181-0/+1
* sdio_done:Greg Lehey1999-10-171-8/+8
* launch_requests:Greg Lehey1999-10-171-4/+4
* Add in inclusion of machine/md_var.h (so alpha_scsi_bus_register or whatMatt Jacob1999-10-171-22/+59
* Remove some target mode stuff. It will get re-introduced in a differentMatt Jacob1999-10-171-815/+166
* Add in isp_debug variable. It defaults to zero unless CAMDEBUG is definedMatt Jacob1999-10-171-26/+15
* Roll platform major && minor (major now tracks FreeBSD major release).Matt Jacob1999-10-171-94/+18
* Roll core version number. Do some stylistic changes. Ensure thatMatt Jacob1999-10-171-112/+49
* add in an INT_PENDING macroMatt Jacob1999-10-171-1/+2
* Remove target mode definitions (they'll come back later inMatt Jacob1999-10-171-376/+0
* Add a file where inline functions for the Qlogic isp cards can go. This reducesMatt Jacob1999-10-171-0/+220
* roll 10[24]0 and 1080/12X0 f/wMatt Jacob1999-10-171-3703/+4322
* Add support for the PCI version of the Digi SYNC/570i cards.John Hay1999-10-174-342/+1069
* Correct a stupid type which prevented us from working with any deviceDoug Rabson1999-10-171-1/+1
* The CTL0044 is more properly known as a "Creative SB AWE64 Gold".David E. O'Brien1999-10-164-0/+12
* Relax the check for class=storage, subclass=ide to just class=storage.Doug Rabson1999-10-161-2/+1
* - Convert this driver to newbus.Matthew N. Dodd1999-10-161-516/+754
* Convert the mx driver to miibus.Bill Paul1999-10-161-0/+487
* Use a much larger buffer for message log retrieval until we are sure thatMike Smith1999-10-161-9/+10
* Fix mlx_diagnose_command so that it actually works. I can't believe thisMike Smith1999-10-161-1/+1
* Save the drive device_t so that we can print it later.Mike Smith1999-10-161-0/+1
* Save the drive device_t correctly so we can print it later.Mike Smith1999-10-162-2/+2