summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add support for 802.1Q VLAN and oversized ethernet frames.semenu2001-08-133-4/+34
* Fixed minor numbers when there is more than one cy card.bde2001-08-132-12/+30
* Use ttymalloc() instead of a static array of `struct tty'. This willbde2001-08-132-30/+4
* Remove unused nmdmpoll function.mp2001-08-111-63/+0
* Do NOT allocate a 1K buffer on the kernel stack.julian2001-08-101-2/+12
* Fix missing splx().yokota2001-08-101-0/+1
* - Remove asleep(), await(), and M_ASLEEP.jhb2001-08-102-7/+2
* repo-copy the source files from modules/syscons to the normal treepeter2001-08-092-5/+13
* Add the Rio 800 USB device IDspeter2001-08-081-2/+4
* Introduce a force option, MD_FORCE, that instructs the driver todd2001-08-071-2/+5
* Adding missing () in a KASSERT format string.scottl2001-08-071-1/+1
* Don't call wakeup() while we are in DDB. The patch wasyokota2001-08-071-3/+16
* Add PCI ID for Cisco Aironet 350 Series cards. The patch differsbrooks2001-08-061-0/+2
* Make AAC_COMPAT_LINUX optional once again.scottl2001-08-061-4/+0
* Put the linux compat ioctl interface on death row. Add FreeBSDscottl2001-08-062-29/+91
* Missed this one in my 80-column sweep.scottl2001-08-061-8/+16
* The Intel 440MX ACPI timer seems to work properly, so add it to the listmsmith2001-08-051-5/+12
* aic7xxx.c:gibbs2001-08-053-25/+44
* Once again throw out the calculation of si_iosize_max and set it to 64K.scottl2001-08-052-17/+14
* Bugfixes. Close a race and logic bug in the timeout handling, don't call thescottl2001-08-055-18/+87
* Fix a couple of copyright issues and an 80 column nit that I missed beforescottl2001-08-053-3/+4
* Kill debug output for sn device. It is confusing the nativesimp2001-08-041-1/+0
* Reverse the logic here again with regards to "trusted" ACPI timermsmith2001-08-031-30/+54
* Shoud build resources in the _CRS buffer. Oops.msmith2001-08-032-2/+2
* Move the resource pointer when we reallocate the buffer.msmith2001-08-031-0/+2
* Reformat for 80 columns. Sorry, but I had to do it.scottl2001-08-036-481/+696
* Set up the via_chinfo structures properly so we write to the correctgreid2001-08-021-2/+2
* Include opt_splash.h.yokota2001-08-021-0/+2
* Use #ifdef DEV_SPLASH (from opt_splash.h) rather thanyokota2001-08-021-28/+28
* Add FBIO_BLANK ioctl support. Return ENODEV for yet-to-be-yokota2001-08-022-0/+14
* Add some definitions. Their actual support will be addedyokota2001-08-021-0/+2
* - Deny detaching requests until device is still open, otherwise it is possiblesobomax2001-08-021-3/+17
* Refine cursor type/shape control escape sequences andyokota2001-08-025-111/+215
* Oops- don't set 'goal' twice when you mean to set 'nvrm' as well.mjacob2001-08-021-1/+1
* Fix grammar nit.dd2001-08-011-1/+1
* open_device: Recognize ar device.grog2001-08-011-0/+2
* Re-order things slightly in the RX handler for VLAN support: we needwpaul2001-07-311-5/+4
* Make the openfirmware functions work on 64 bit architectures by usingjake2001-07-312-237/+241
* Quiet uninitialized variable warning (also a bug).jake2001-07-311-0/+2
* The current resource buffer returned from an interrupt link devicemsmith2001-07-302-14/+40
* - Prevent the ACPI code from being loaded as a module other than atmsmith2001-07-302-11/+123
* Minor updates (no functional changes)msmith2001-07-301-86/+82
* Redo how we manage SCSI device settings- have a 3rd flags (nvram) that recordsmjacob2001-07-301-52/+47
* Redo how we manage SCSI device settings- have a 3rd flags (nvram) that recordsmjacob2001-07-301-9/+13
* Redo how we manage SCSI device settings- have a 3rd flags (nvram) that recordsmjacob2001-07-301-157/+143
* Disallow ATAPI CD transfers that are not a multiple of the device blocktmm2001-07-291-1/+5
* Remove a bootverbose diagnostic that makes bootverbose just too verbose.gibbs2001-07-281-3/+0
* Remember to zero out certain things that we malloc() and/or contigmalloc().wpaul2001-07-271-0/+4
* Uncomment a return(ENXIO) that I commented out for debugging purposes.wpaul2001-07-271-3/+3
* Cleanup duplication in Aironet headersbrooks2001-07-272-492/+74
OpenPOWER on IntegriCloud