summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Additional enhancments to allow IBM Etherjet cards to be probed,imp2001-02-234-111/+137
* Fix a longstanding bug- we had the sense of what bit 14mjacob2001-02-233-12/+27
* Sigh, nobody ever got back to me about this. So, here it is..peter2001-02-231-8/+35
* Apply patch to allow TX underrun handling without issuing a completewpaul2001-02-222-26/+64
* Big round of minor updates:wpaul2001-02-215-81/+64
* aic7xxx.c:gibbs2001-02-216-122/+194
* Fixed warnings.nyan2001-02-213-14/+14
* Fix vinum for both devfs and non-devfs systems.alfred2001-02-202-4/+11
* forced commit to note that the last delta also reordered some code inalfred2001-02-201-1/+1
* Take a shot at making vinum devfs aware.alfred2001-02-204-19/+57
* Typo fixes: prefered -> preferredkris2001-02-201-1/+1
* Take luigi's suggestion and move the check for nothing to do to before theimp2001-02-201-5/+4
* Add DC_UNLOCK before first return. This caused returns when dc was onimp2001-02-201-1/+3
* Change default devfs permissions to the ones in MAKEDEV.n_hibma2001-02-191-2/+2
* Use ttymalloc() instead of roll-our-own.peter2001-02-191-14/+1
* Set the interrupt-harvesting bit for those hardware items that Imarkm2001-02-183-3/+3
* Provide the infrastructure for sysadmins to select the broad classmarkm2001-02-182-1/+16
* Encapselate midi_info, nmidi and nsynth into midi.c.tanimura2001-02-1810-176/+128
* Preceed/preceeding are not english words. Use precede and preceding.asmodai2001-02-181-1/+1
* Preceed/preceeding are not english words. Use precede or preceding.asmodai2001-02-183-4/+4
* Add a check in the interrupt service routine to return quickly inluigi2001-02-181-1/+4
* Limit CHANNEL_B_PRIMARY's effect to twin channel adapters where we can easilygibbs2001-02-172-4/+8
* Don't assume bus_space_handle_t == the start address of resource.nyan2001-02-161-4/+8
* Extend kqueue down to the device layer.jlemon2001-02-159-17/+26
* add a format feeder for conversion from alaw to ulaw and vice versa.cg2001-02-131-0/+93
* make attempts to set unsupported speeds or formats non-sticky. this shouldcg2001-02-131-3/+30
* add power management support.cg2001-02-132-95/+107
* Oops, its no longer NISA its DEV_ISA, sigh....sos2001-02-121-1/+1
* Dont rely on isa includes to get at the std port adresses.sos2001-02-122-2/+6
* Print out sensekey specifik values if set on errorsos2001-02-121-3/+8
* Properly report the VIA '586 type.sos2001-02-121-1/+3
* Implement a unified run queue and adjust priority levels accordingly.jake2001-02-121-1/+1
* Make a big improvement to entropy-harvesting speed by not having anymarkm2001-02-112-66/+41
* Fix:groudier2001-02-111-10/+32
* RIP <machine/lock.h>.markm2001-02-113-6/+42
* Eliminate ISP2100_FABRIC- we always allow for fabric now. Add anmjacob2001-02-111-19/+86
* Add structure defining FC-AL position maps. The only tool that I know ofmjacob2001-02-111-0/+16
* Shuffle around how we do isp_disable management- make sure we return 0 somjacob2001-02-111-21/+25
* Add isp_fc_runstate function- this function's purpose is to, in stages,mjacob2001-02-111-0/+54
* Roll minor version. Remove ISP2100_FABRIC define (unneeded now).mjacob2001-02-111-2/+6
* Do some cleanup based upon adapter role- mainly not enabling interruptsmjacob2001-02-111-35/+33
* Minor stuff:mjacob2001-02-111-370/+593
* update to latest and greatest f/wmjacob2001-02-115-11570/+13592
* aic7xxx.c:gibbs2001-02-105-78/+175
* Revert the spin mutex for the cy(4) driver.jhb2001-02-092-138/+304
* Catch up to the new swi API.jhb2001-02-091-7/+6
* - Use a spin mutex instead of COM_LOCK, since COM_LOCK is going away.jhb2001-02-092-330/+166
* - Catch up to the new swi API changes:jhb2001-02-091-12/+12
* Unbreak EISA. The PCI-EISA bridge bus is named `eisab', not `isab'.joerg2001-02-091-1/+1
* Change and clean the mutex lock interface.bmilekic2001-02-0921-151/+151
OpenPOWER on IntegriCloud