aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* A bunch of newcard/cardbus changes that's been sitting in my tree for a while:Jonathan Chen2000-11-284-271/+383
* Patch to use M_ZEROJonathan Chen2000-11-271-8/+3
* Make diskerr() always log with printf.Poul-Henning Kamp2000-11-261-2/+1
* Fix safety-net code. While technically a bug, I'm delighted to seeMark Murray2000-11-261-1/+1
* D'uh. The explicit reseed was happening at the wrong security/priveligeMark Murray2000-11-251-1/+1
* Greatly improve the boot-up unblocking time of the entropy device.Mark Murray2000-11-253-4/+19
* More comment changing. Keep documentation in one place.Mark Murray2000-11-251-4/+2
* Correct a comment. This represents a very minor policy change of myMark Murray2000-11-251-2/+0
* Stop explicitly using nanotime(9) and use the new get_cyclecounter(9)Mark Murray2000-11-254-37/+34
* Change the driver to allocate its own callout structure, and modifyJonathan Lemon2000-11-252-8/+12
* Lock down the network interface queues. The queue mutex must be obtainedJonathan Lemon2000-11-2517-126/+114
* Make sn_pccard_products[] staticPeter Wemm2000-11-251-1/+1
* Argh, I have fixed this cut/paste error twice before. I must havePeter Wemm2000-11-251-3/+3
* Regenerate. Note that pccarddevs_data.h is not used.Peter Wemm2000-11-252-2/+22
* Add Kingston and the KNE-PC2 cardPeter Wemm2000-11-251-0/+4
* Update the ed driver to probe and attach under a NEWCARD kernel (I wasPeter Wemm2000-11-252-2/+35
* Add a forgotten mutex_exit()/KUE_UNLOCK() to kue_init().Bill Paul2000-11-231-1/+3
* Devices that are running at splimp MUST use ng_queue_data()Julian Elischer2000-11-211-2/+1
* Bump the buffersize from 0x1000 to 0x4000.Julian Elischer2000-11-211-1/+1
* Don't test the return value from the actual command when determiningMike Smith2000-11-211-5/+0
* Duh. These have been sitting in my tree since I committed this stuff.Julian Elischer2000-11-202-0/+58
* Disable calling timeout() when doing bio. It was causing more prolems thanScott Long2000-11-191-2/+8
* Further use of M_ZERO.David Malone2000-11-185-13/+7
* Fix a braino ..Søren Schmidt2000-11-181-1/+1
* do not blindly assume 8khz is supported on open(). try for 8khz but respectCameron Grant2000-11-181-3/+6
* Make sure we don't cross stripe boundaries when reviving striped plexes.Dag-Erling Smørgrav2000-11-171-4/+6
* Put the probe verboseness behind bootverboseSøren Schmidt2000-11-161-11/+15
* Set OPEN Flag on open.Nick Hibma2000-11-151-3/+11
* Add support for the Accton EN2242 MiniPCI adapter. This is just anBill Paul2000-11-142-0/+4
* Close PR# 21843 and PR# 21864. This adds support for WEP and updates someBill Paul2000-11-133-12/+121
* Classify all EISA cards with major firmware revions '2' as 742As.Justin T. Gibbs2000-11-133-3/+22
* Don't attempt to reference a NULL scb_data area during teardown eventsJustin T. Gibbs2000-11-131-0/+2
* Changes necessary to make this work.Warner Losh2000-11-125-108/+83
* Only offset raid disks > 1 on the HPT, this should solve theSøren Schmidt2000-11-121-1/+2
* Better handling of immediate commands, mainly to solve timeoutsSøren Schmidt2000-11-124-12/+37
* Hopefully fix the probing problems that caused lost slaves etc..Søren Schmidt2000-11-121-53/+67
* aic7xxx.c:Justin T. Gibbs2000-11-123-4/+16
* Change MEXTADD usage to pass the two new arguments.Bosko Milekic2000-11-112-2/+2
* Change check for existence of mbuf->m_ext.ext_free to check of new ext_typeBosko Milekic2000-11-111-1/+1
* Sync Perforce IDs, add tranceiver state change support, and correctJustin T. Gibbs2000-11-1010-58/+150
* Sync perforce IDs.Justin T. Gibbs2000-11-107-7/+7
* The fe driver does not support pnp devices.Yoshihiro Takahashi2000-11-101-0/+4
* OpenFirmware/PowerPC loader, part 2.Benno Rice2000-11-102-9/+23
* Add missing delay after card reset.Pierre Beyssac2000-11-091-0/+1
* Farewell our code. We will switch acpica code from Intel.Takanori Watanabe2000-11-0927-9394/+0
* Rearrange the timeouts in the reset code a bit, some ATAPI devicesSøren Schmidt2000-11-081-2/+2
* Hopefully solve the lost slave problem.Søren Schmidt2000-11-081-6/+17
* restore the freebsd local type-cast fixes that I mistakenly removedKenjiro Cho2000-11-081-14/+15
* Fix for powering off a HP DJ950C during printing. As stated by Ian:Nick Hibma2000-11-071-0/+5
* newbusify the en atm driver.Kenjiro Cho2000-11-071-144/+187