freebsd-dev/sys/dev
Steve Passe adc91a77c1 Created a private simple_lock to control accesses to com data structs
and hardware.
There is now another simple_lock around clock data/hardware accesses in
clock.c and microtime.s.  It is my belief that this is the only area
sio/cy might stumble into during an unblocked INTerrupt.  Thus I separated
the sio/cy code from the generic disable_intr()/enable_intr() routines.

Controlled by smptests.h: USE_COMLOCK, ON by default.
1997-08-31 03:17:18 +00:00
..
advansys Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
aic7xxx Add a spin lock that prevents the sequencer from attempting to add an 1997-08-13 17:02:47 +00:00
ar Major overhaul of the SyncPPP layer. Basically, this comprises now a 1997-05-19 22:03:09 +00:00
bktr Added frequencies for north american HRC cable. 1997-08-17 05:50:56 +00:00
ccd Removed unused #includes. 1997-06-14 13:56:12 +00:00
cy Another round of lock pushdown. 1997-08-30 08:08:10 +00:00
de Merge Matt's if_de.c changes in. 1997-08-03 13:00:42 +00:00
dgb Don't depend on gcc's feature of permitting labels that aren't followed 1997-07-01 00:22:51 +00:00
ed Add the NetVin 5000 series NE2000 PCI card vendor and device IDs. 1997-08-14 07:53:07 +00:00
eisa #include <machine/limits.h> explicitly in the few places that it is required. 1997-08-21 20:33:42 +00:00
en Removed unused #includes. 1997-06-14 13:56:12 +00:00
ep Removed unused #includes. 1997-07-20 14:10:18 +00:00
ex Removed unused #includes. 1997-07-20 14:10:18 +00:00
fdc Removed unused #includes. 1997-07-20 14:10:18 +00:00
fe Removed unused #includes. 1997-07-20 14:10:18 +00:00
fxp Removed unused #includes. 1997-08-02 14:33:27 +00:00
ic Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
ie Removed unused #includes. 1997-07-20 14:10:18 +00:00
joy Removed unused #includes. 1997-07-20 14:10:18 +00:00
kbd Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
lnc Removed unused #includes. 1997-08-02 14:33:27 +00:00
mcd Removed unused #includes. 1997-07-20 14:10:18 +00:00
mse Removed unused #includes. 1997-07-20 14:10:18 +00:00
pci Reorder function decls alphabetically. 1997-08-21 08:31:41 +00:00
pdq Removed unused #includes. 1997-08-02 14:33:27 +00:00
ppbus Make the devfs code actually compile. Oops. 1997-08-29 00:30:11 +00:00
ppc Minor ppc_data structure tweak. 1997-08-16 14:07:26 +00:00
rc Removed unused #includes. 1997-07-20 14:10:18 +00:00
rp Patch for 3.0: #include <sys/fcntl.h> instead of <sys/ioctl.h> 1997-08-28 15:23:10 +00:00
scd Removed unused #includes. 1997-07-20 14:10:18 +00:00
si Removed unused #includes. 1997-07-20 14:10:18 +00:00
sio Created a private simple_lock to control accesses to com data structs 1997-08-31 03:17:18 +00:00
snp Don't include <sys/ioctl.h> in the kernel. Stage 3: include 1997-03-24 11:37:53 +00:00
speaker Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
sr Removed unused #includes. 1997-07-20 14:10:18 +00:00
syscons Removed unused misplaced definition of TIMER_FREQ. 1997-08-25 23:21:55 +00:00
vn Fixed locking violation of vnode operation. VOP_READ, VOP_WRITE and 1997-08-14 13:44:19 +00:00
vx Yank the casts. 1997-08-21 08:42:59 +00:00
wl Fixed type mismatch for a (low quality interface) function with an 1997-08-25 22:34:25 +00:00