aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/asr
Commit message (Expand)AuthorAgeFilesLines
* Use __FBSDID().David E. O'Brien2003-08-241-3/+4
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Include <sys/ioccom.h> instead of <sys/disklabel.h>Poul-Henning Kamp2003-04-161-1/+1
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+5
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).Dag-Erling Smørgrav2003-03-021-3/+3
* <machine/vmparam.h> is the right place to get KERNBASE, so don't specialDavid E. O'Brien2003-02-241-1/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-19/+19
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-19/+19
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-012-2/+2
* Use UID_ and GID_ constants instead of hard-coded numeric valuesRobert Watson2002-12-271-1/+2
* Use a bandaid to fix a warning. However, this driver is very, very farJohn Baldwin2002-11-061-1/+1
* Replace (ab)uses of "NULL" where "0" is really meant.Archie Cobbs2002-08-221-1/+1
* Remove an extraneous )Brian Somers2002-05-151-1/+1
* `unexpand -a' should be run _before_ sed 's/^#define /#define^I/g'.David E. O'Brien2002-05-1414-1088/+1088
* Tighten up the defined()'s.David E. O'Brien2002-05-147-31/+31
* unexpand -a everythingDavid E. O'Brien2002-05-1415-7496/+7496
* First pass of style(9) for #define's.David E. O'Brien2002-05-1415-1677/+1677
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-1/+1
* Remove erronious destroy_dev. Not sure what the author's intent was hereAlfred Perlstein2002-04-011-1/+0
* Remove __P.Alfred Perlstein2002-03-201-32/+32
* If we're going to ifdef out the only reference to asr_drvinit, thenWarner Losh2002-02-261-1/+1
* Convert C++ style comments to proper C ones.David E. O'Brien2001-12-1316-72/+87
* Use C comments instead of C++ comments.John Baldwin2001-12-133-24/+24
* Put a Band-Aid over the asr driver so that it hopefully won't causeScott Long2001-10-301-0/+2
* KSE Milestone 2Julian Elischer2001-09-121-9/+10
* Fresh code drop from the vendor. This fixes some critical bugs and addsScott Long2001-08-218-194/+542
* Fix probing on the alpha. It still causes the alpha to panic duringPaul Saab2001-04-031-1/+1
* Make an attempt to get the asr driver to compile on Alpha by fixing some i386Scott Long2001-04-011-1/+11
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* Turn on interrupt-entropy harvesting for all/any mass storage devicesMark Murray2001-03-011-1/+1
* Typo fixes: prefered -> preferredKris Kennaway2001-02-201-1/+1
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-1/+1
* Use M_ZERO.David Malone2000-12-031-22/+12
* Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp2000-10-291-1/+0
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Fix a race in ASR_ccbAdd and ASR_ccbRemove, which were both manipulatingMike Smith2000-09-211-0/+11
* Move the 'asr' driver to cdev major 154, since 97 is already taken.Mike Smith2000-09-011-1/+1
* Add MAINTAINER tag to aid updaters in finding the responsible parties.Mike Smith2000-09-011-0/+2
* Add the 'asr' driver, supplied by Mark Salyzyn of Adaptec (nee DPT).Mike Smith2000-09-0115-0/+12186