summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix a warning when NATM is not defined. In this case s is not used.harti2004-01-091-0/+2
* The private data section of ndis_packets has a 'packet flags' bytewpaul2004-01-094-4/+14
* Sync with Creative's 8010.h rev 1.51.obrien2004-01-092-74/+147
* Dike out some very Linux-specific parts that we can't compile with.obrien2004-01-091-0/+8
* This commit was generated by cvs2svn to compensate for changes in r124273,obrien2004-01-091-2/+42
|\
| * Vendor import revision 1.9 of ac97_codec.h (we renamed the file) fromobrien2004-01-091-2/+42
* | Implement NdisOpenFile()/NdisCloseFile()/NdisMapFile()/NdisUnmapFile().wpaul2004-01-093-10/+125
* | Also, don't crash in the netgraph disconnect node if the interface isgreen2004-01-091-1/+2
* | Don't try to ifpromisc() on an interface that's deleted already.green2004-01-091-4/+4
* | Improve the expressiveness of ttyinfo (^T) when dealing with threadsrwatson2004-01-081-7/+16
* | Drop the sigacts mutex around calls to stopevent() to avoid sleepingrwatson2004-01-081-2/+10
* | - Enable recursive acquisition of the mutex synchronizing access to thealc2004-01-082-8/+13
* | Use the saved params for LBA-CHS conversion. Fixes PC98 bug.sos2004-01-081-4/+3
* | Some integrated Davicom cards in sparc64 boxes have an all zerosmux2004-01-084-0/+54
* | Limiters and sanity checks for TCP MSS (maximum segement size)andre2004-01-088-4/+200
* | Add the PCI ID for yet another bge chip: the Altima 1002.wpaul2004-01-082-0/+3
* | Add the NDISAPI option.wpaul2004-01-081-0/+1
* | Always clean all files, including ones under ACPI_DEBUG when doing anjl2004-01-081-7/+9
* | * firewiresimokawa2004-01-083-18/+34
* | If path mtu discovery is enabled set the DF bit in all cases weandre2004-01-082-0/+8
* | Do not set the ip_id to zero when DF is set on packet andandre2004-01-081-12/+6
* | Correct the definition of the ndis_miniport_interrupt structure:wpaul2004-01-083-10/+45
* | The transmit frame status is stored in the last transmit descriptor for thetruckman2004-01-084-6/+10
* | Remove extraneous unlock. This fixes a panic seen when manipulating staticsam2004-01-071-1/+1
* | Comsetic tweaks: use PCPU_GET(cpumask) and CPU_ABSENT().jhb2004-01-071-5/+5
* | Correct and simplify the implementation of RtlEqualUnicodeString().wpaul2004-01-071-22/+23
* | It appears drivers may call NdisWriteErrorLogEntry() with lockswpaul2004-01-071-3/+5
* | When draining the tx queue reclaim any node references held in packets.sam2004-01-071-1/+10
* | When ath_hal_stoptxdma returns an error dma is still likely stoppedsam2004-01-071-1/+1
* | use ath_reset instead of ath_init when recovering from a watchdog timeout:sam2004-01-071-1/+1
* | make hw.ath.debug a tunablesam2004-01-071-0/+1
* | make hw.ath.outdoor and hw.ath.countrycode tunablessam2004-01-071-0/+2
* | split debugging messages up into classes;sam2004-01-071-73/+109
* | Lock p->p_textvp before calling vn_fullpath() on it. Note therwatson2004-01-071-0/+2
* | Fix a long-standing bug that had been introduced in rev 1.24 with thejoerg2004-01-071-1/+4
* | Use atomic ops for the interlocked increment and decrement routineswpaul2004-01-072-14/+6
* | In subr_ndis.c: correct ndis_interlock_inc() and ndis_interlock_dec()wpaul2004-01-072-26/+14
* | Enable the following TCP options by default to give it more exposure:andre2004-01-064-6/+6
* | According to RFC1812 we have to ignore ICMP redirects when weandre2004-01-061-1/+5
* | Don't bother clearing PG_ZERO in contigmalloc1(), kmem_alloc(), oralc2004-01-062-3/+0
* | Remove `static' prototype from header file.nectar2004-01-061-1/+0
* | - Use i8259A register defines from shared sys/dev/ic/i8259.h rather thanjhb2004-01-062-67/+20
* | Use i8259A register defines from shared header sys/dev/ic/i8259.h insteadjhb2004-01-062-53/+4
* | Add a header for the i8259A register definitions. This is based onjhb2004-01-061-0/+86
* | Remove the AUTO_EOI_2 option for PC-98 as it has never done anything anywayjhb2004-01-062-8/+0
* | Use ANSI C function definition for `_mcount' and remove `static'nectar2004-01-061-1/+0
* | Allow one to specify the com port settings for boot0sio.obrien2004-01-063-5/+11
* | Clean up pe_get_message(). Allow the caller to obtain the resourcewpaul2004-01-063-28/+17
* | Remove __P().simokawa2004-01-066-126/+126
* | Fix register mis-alignment introduced in rev1.12.simokawa2004-01-061-33/+34
OpenPOWER on IntegriCloud