1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00
freebsd/sys
Olivier Houchard 2722485b08 Erm, my previous commit was wrong and sis_tick() was only called each time
sis_ioctl() was called, so one had to use ifconfig each time the cable got
plugged in to be able to use the connection.
Do it a better way now, add a "in_tick" field in the softc structure,
call timeout() in sis_tick() and don't call it in sis_init() if in_tick is
non-zero.
Reported by:    Landmark Networks
Pointy hat to:  cognet
2003-07-22 01:35:09 +00:00
..
alpha Enable eisa support on alpha. 2003-07-21 19:15:25 +00:00
amd64 Rename thread_siginfo to cpu_thread_siginfo. 2003-07-15 00:11:04 +00:00
arm
boot Fix the ski loader, broken by the gcc upgrade. Update the linker 2003-07-17 01:49:59 +00:00
cam Reference PR for IntelligentStick quirk entry. 2003-07-18 16:26:36 +00:00
coda
compat Add a new function swap_pager_status() which reports the total size of the 2003-07-18 10:26:09 +00:00
conf safenet driver config glue 2003-07-21 21:50:41 +00:00
contrib Fix the ACPI_DEBUG build for the non-module case. Move the #define into 2003-07-15 19:18:41 +00:00
crypto
ddb
dev o Add monitor mode support. This tested fine with prism cards but may require 2003-07-21 23:20:40 +00:00
fs If bread() returns a zero-length buffer, as can happen after a 2003-07-03 14:54:47 +00:00
geom Handle geoms which are withering away specially in the dump functions. 2003-07-08 21:12:40 +00:00
gnu
i4b Mega busdma API commit. 2003-07-01 15:52:06 +00:00
i386 add safe driver until we can verify it as machine-independent 2003-07-21 21:51:24 +00:00
ia64 Rename thread_siginfo to cpu_thread_siginfo. 2003-07-15 04:43:33 +00:00
isa Add support for the A4 Tech RFSW-35 mouse wheel. Probe is similar to 2003-07-12 18:36:04 +00:00
isofs/cd9660
kern Always deliver synchronous signal to UTS for SA threads. 2003-07-21 00:26:52 +00:00
libkern
modules hook safe driver to the build 2003-07-21 21:48:45 +00:00
net add monitor mode 2003-07-21 02:49:42 +00:00
net80211 add monitor mode 2003-07-21 02:49:42 +00:00
netatalk
netatm Fix a number of occurences of calling uma_zalloc() with neither 2003-07-18 16:36:41 +00:00
netgraph add missing machine/bus.h that is necessary to build now that usb is bus_dma 2003-07-16 03:43:14 +00:00
netinet Minor fix to the MBUF_STRESS_TEST code so that it keeps 2003-07-19 05:50:32 +00:00
netinet6
netipsec consolidate callback optimization check in one location by adding a flag 2003-06-30 05:09:32 +00:00
netipx
netkey
netnatm Instead of returning an error call the ioctl() handler of the interface 2003-07-15 15:51:50 +00:00
netncp
netsmb
nfs
nfsclient Change idle sleep indentifier to "-" for nfsiod 2003-07-02 08:09:20 +00:00
nfsserver Change idle state sleep identifier to "-" for nfsd. 2003-07-02 08:08:32 +00:00
opencrypto consolidate callback optimization check in one location by adding a flag 2003-06-30 05:09:32 +00:00
pc98 Supported the gdc_clear function. 2003-07-21 13:00:09 +00:00
pccard
pci Erm, my previous commit was wrong and sis_tick() was only called each time 2003-07-22 01:35:09 +00:00
posix4
powerpc Rename thread_siginfo to cpu_thread_siginfo. 2003-07-15 00:11:04 +00:00
rpc
security Remove trailing whitespace. 2003-07-05 01:24:36 +00:00
sparc64 Avoid exposing declarations for kernel variables to userland. 2003-07-17 23:42:08 +00:00
sys Fix apparent typo in previous commit. 2003-07-22 00:17:11 +00:00
tools
ufs We just cached the inode pointer, no need to call VTOI() again. 2003-07-04 12:16:33 +00:00
vm Fix a printf format warning I introduced. 2003-07-18 22:11:17 +00:00
Makefile