| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 29 | -44/+44 |
* | Experimental support for suspend/resume, not finished yet. | simokawa | 2003-01-01 | 3 | -160/+182 |
* | Reduce debug message. | simokawa | 2003-01-01 | 1 | -0/+2 |
* | - Retry phy access when the wait-loop count is exhausted. | simokawa | 2003-01-01 | 3 | -5/+64 |
* | When compiling the kernel do not implicitly include filedesc.h from proc.h, | alfred | 2003-01-01 | 1 | -0/+1 |
* | Fix and add several device IDs. | simokawa | 2002-12-31 | 2 | -31/+38 |
* | - Implement primal Configuration ROM parser. | simokawa | 2002-12-31 | 2 | -15/+291 |
* | Improve error checking of phy access and retry when error occurs. | simokawa | 2002-12-31 | 1 | -16/+22 |
* | Use UID_ and GID_ constants for uid and gid arguments to make_dev() | rwatson | 2002-12-31 | 1 | -1/+2 |
* | Convert the use of MAXBSIZE in the dma tag to more appropriate values. | scottl | 2002-12-31 | 5 | -8/+13 |
* | MFS 1.6.2.3: fixup statistics; turn off batching by default; add max | sam | 2002-12-30 | 2 | -12/+63 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 14 | -28/+28 |
* | Correct mbuf packet header propagation. Previously, packet headers | sam | 2002-12-30 | 5 | -8/+11 |
* | fix build (make LINT) | sam | 2002-12-30 | 1 | -0/+1 |
* | Fix compiling without DDB and ALT_BREAK_TO_DEBUGGER. | jake | 2002-12-30 | 1 | -0/+2 |
* | - Add more CSR related definitions (IEEE-1212). | simokawa | 2002-12-30 | 1 | -5/+62 |
* | Add support for MPI-350 the mini-pci Cisco Aironet card. This needs more | ambrisko | 2002-12-29 | 5 | -330/+1301 |
* | Remove calls to cdevsw_add(), they are dreprecated on this branch now. | phk | 2002-12-28 | 1 | -6/+0 |
* | Add support for IC Book Labs Dreadnought x16 Lite. | sobomax | 2002-12-28 | 2 | -1/+24 |
* | Change ACPI make_dev() calls to use UID_ and GID_ constants rather | rwatson | 2002-12-28 | 1 | -1/+2 |
* | Use OPERATOR instead of WHEEL for make_dev(), use 0640 instead of 0644 | rwatson | 2002-12-27 | 1 | -2/+2 |
* | Use UID_ and GID_ constants instead of hard-coded numeric values | rwatson | 2002-12-27 | 1 | -1/+2 |
* | Use UID_ROOT and GID_WHEEL for uid/gid argments to make_dev(). | rwatson | 2002-12-27 | 1 | -1/+2 |
* | Make use of UID_ROOT, GID_WHEEL for make_dev() arguments. | rwatson | 2002-12-27 | 1 | -1/+1 |
* | Synchronize mode for ppsX devices to that found previously in MAKEDEV | rwatson | 2002-12-27 | 1 | -2/+2 |
* | Synchronize make_dev() for pcfclock devices to the values in MAKEDEV | rwatson | 2002-12-27 | 1 | -1/+1 |
* | Remove S_IROTH from the make_dev() lines for iir-related devices. This | rwatson | 2002-12-27 | 1 | -2/+2 |
* | When resuming after a system suspend, re-issue the UHCI_CMD_MAXP | iedowse | 2002-12-26 | 1 | -0/+1 |
* | Cosmetic change. s/Firewire/FireWire/. | simokawa | 2002-12-26 | 6 | -10/+10 |
* | Replace ntohl() with ntohs() because orb_hi is u_int16_t. | simokawa | 2002-12-26 | 1 | -1/+1 |
* | firewire.c | simokawa | 2002-12-26 | 5 | -36/+36 |
* | Require privilege to flush the signal cache on if_an and if_wi 802.11 | rwatson | 2002-12-24 | 2 | -0/+6 |
* | - Hold the page queues lock around vm_page_wakeup(). | alc | 2002-12-23 | 1 | -0/+4 |
* | s/sokqfilter/soo_kqfilter/ for consistency with the naming of all | phk | 2002-12-23 | 1 | -1/+1 |
* | - Move to array based indexing for TX/RX descriptor/buffer management | pdeuskar | 2002-12-23 | 3 | -545/+526 |
* | Fix a De Morgan bug: If we only expect a memory range OR an | marcel | 2002-12-23 | 1 | -8/+8 |
* | Revert part of the last commit. Do not fake-up the cylinders to make | dillon | 2002-12-22 | 1 | -2/+1 |
* | Be nice. There are evidentally a number of different cards that | imp | 2002-12-21 | 1 | -2/+4 |
* | Modify the fake cylinders calculation so it is >= the size of the device, | dillon | 2002-12-20 | 1 | -6/+26 |
* | Fix two bugs in the DMA chaining code for OHCI. The first bug is that | dillon | 2002-12-20 | 1 | -5/+9 |
* | Fxi support for the Promise SuperTrak 100, the PCI id was wrong. | sos | 2002-12-20 | 1 | -2/+2 |
* | Do not return(foo()) in void function. | semenu | 2002-12-18 | 9 | -23/+25 |
* | Fix the missspelt letter in DC_CTYPE_PUP_AUTOSENSe define. | semenu | 2002-12-18 | 1 | -1/+1 |
* | Back out revision 1.38. disklabel now understands vinum volumes again. | grog | 2002-12-18 | 1 | -5/+1 |
* | Try to fix the problem with burncd blank not seeing the end of | sos | 2002-12-17 | 1 | -14/+9 |
* | This should be the way PC98 ATA disks are seen geometry wise. | sos | 2002-12-17 | 3 | -4/+10 |
* | Ignore IEEE1284 descriptors when looking for bidirectional mode. We don't | des | 2002-12-16 | 1 | -2/+2 |
* | MFNetBSD: 1.52-1.55 | des | 2002-12-16 | 1 | -4/+17 |
* | Fix the panic that occurs when kldunloading trm by using the correct | cognet | 2002-12-16 | 2 | -29/+51 |
* | Convert the use of vtophys() for doing autosense to use busdma. Also correct | scottl | 2002-12-14 | 2 | -12/+79 |