aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Limit CHANNEL_B_PRIMARY's effect to twin channel adapters where we can easilyJustin T. Gibbs2001-02-172-4/+8
* Don't assume bus_space_handle_t == the start address of resource.Yoshihiro Takahashi2001-02-161-4/+8
* Extend kqueue down to the device layer.Jonathan Lemon2001-02-159-17/+26
* add a format feeder for conversion from alaw to ulaw and vice versa.Cameron Grant2001-02-131-0/+93
* make attempts to set unsupported speeds or formats non-sticky. this shouldCameron Grant2001-02-131-3/+30
* add power management support.Cameron Grant2001-02-132-95/+107
* Oops, its no longer NISA its DEV_ISA, sigh....Søren Schmidt2001-02-121-1/+1
* Dont rely on isa includes to get at the std port adresses.Søren Schmidt2001-02-122-2/+6
* Print out sensekey specifik values if set on errorSøren Schmidt2001-02-121-3/+8
* Properly report the VIA '586 type.Søren Schmidt2001-02-121-1/+3
* Implement a unified run queue and adjust priority levels accordingly.Jake Burkholder2001-02-121-1/+1
* Make a big improvement to entropy-harvesting speed by not having anyMark Murray2001-02-112-66/+41
* Fix:Gerard Roudier2001-02-111-10/+32
* RIP <machine/lock.h>.Mark Murray2001-02-113-6/+42
* Eliminate ISP2100_FABRIC- we always allow for fabric now. Add anMatt Jacob2001-02-111-18/+85
* Add structure defining FC-AL position maps. The only tool that I know ofMatt Jacob2001-02-111-0/+16
* Shuffle around how we do isp_disable management- make sure we return 0 soMatt Jacob2001-02-111-21/+25
* Add isp_fc_runstate function- this function's purpose is to, in stages,Matt Jacob2001-02-111-0/+54
* Roll minor version. Remove ISP2100_FABRIC define (unneeded now).Matt Jacob2001-02-111-2/+6
* Do some cleanup based upon adapter role- mainly not enabling interruptsMatt Jacob2001-02-111-35/+33
* Minor stuff:Matt Jacob2001-02-111-370/+593
* update to latest and greatest f/wMatt Jacob2001-02-115-11570/+13592
* aic7xxx.c:Justin T. Gibbs2001-02-105-78/+175
* Revert the spin mutex for the cy(4) driver.John Baldwin2001-02-092-138/+304
* Catch up to the new swi API.John Baldwin2001-02-091-7/+6
* - Use a spin mutex instead of COM_LOCK, since COM_LOCK is going away.John Baldwin2001-02-092-330/+166
* - Catch up to the new swi API changes:John Baldwin2001-02-091-12/+12
* Unbreak EISA. The PCI-EISA bridge bus is named `eisab', not `isab'.Joerg Wunsch2001-02-091-1/+1
* Change and clean the mutex lock interface.Bosko Milekic2001-02-0921-151/+151
* Add includes of sys/malloc.h so this actually compiles.John Baldwin2001-02-092-1/+2
* Whoops... forgotten a few pieces in previous patch:Luigi Rizzo2001-02-081-5/+9
* Make sure that we do not accept packets shorter than a full ethernetLuigi Rizzo2001-02-081-1/+3
* Fix memory leaks with dev_get_children().Warner Losh2001-02-081-0/+6
* Fix a memory leak.Søren Schmidt2001-02-081-5/+4
* Fix memoryleaks with device_get_children().Jeroen Ruigrok van der Werven2001-02-082-0/+3
* Fix memory leaks with dev_get_children().Warner Losh2001-02-081-0/+3
* Fix typos: initalise -> initialise.Jeroen Ruigrok van der Werven2001-02-081-5/+5
* - Check if the ccb_infos in the softc is NULL before trying to free it inJohn Baldwin2001-02-082-2/+11
* Oops... I knew i shouldn't use arrows in vi. Fix a typo causing errors inSemen Ustimenko2001-02-071-1/+0
* back out rev 1.49, looks like i committed it from the wrong tree.Cameron Grant2001-02-071-421/+800
* Add support for SMC9432FTX card, possibly othe fiber optic SMC9432 familySemen Ustimenko2001-02-073-43/+216
* Add QS6612, AC101 and LXT970 personal drivers and register definitions.Semen Ustimenko2001-02-077-6/+1367
* Use correct index when counting short errors.Poul-Henning Kamp2001-02-071-1/+1
* conditionalize "hwptr went backwards" messagesCameron Grant2001-02-071-798/+422
* Introduce busspace instead of the good old in/out instructions.Søren Schmidt2001-02-069-253/+312
* Regen.Nick Hibma2001-02-062-2/+17
* Add a comment about the fact that adding an ID doesn't actually do anything.Nick Hibma2001-02-061-0/+15
* Damn! that was the wrong patch! get it right this time....Søren Schmidt2001-02-061-1/+1
* Fix the clone functionality in atapi-cd, it didn't work forSøren Schmidt2001-02-063-6/+17
* Fix typo: compatability -> compatibility.Jeroen Ruigrok van der Werven2001-02-061-1/+1