freebsd-skq/sys/dev
Greg Lehey 721fbc5ae0 config.c:
config_drive:
    Catch an instance of anonymous drives.  Doubtless many remain.

interrupt.c:
  complete_rqe:
    Call logrq to log iodone events if DEBUG_LASTREQS is set.

    Call set_sd_state with setstate_noupdate to avoid buffered I/O out
    of interrupt context.

    Use define DEBUG_RESID instead of constant.

memory.c:
  Remove dead expandrq() function

  Malloc:
    Remove directory component of file names in malloc table.

  Add function vinum_rqinfo (part of the request tracing stuff).

request.c:
  Add function logrq (part of the request tracing stuff).

  vinumstrategy:
    Check whether config needs to be written to disk, do it if so.
    This is a stopgap until the Vinum daemon (bacchusd?  oenologistd?)
    is written.

    If DEBUG_LASTREQS is set, call logrq to log user buffer headers.

  launch_requests:
    Correct format of debug output to console.

    If DEBUG_LASTREQS is set, call logrq to log request elements.

request.h:
  Add definitions for request trace.

state.c:
  set_sd_state:
    Check flags for setstate_noupdate.  If set, don't write the config
    to disk, just set global VF_DIRTYCONFIG flag.  This is part of the
    kludge to avoid writing config from an interrupt context.

vinumext.h:
    Add declaration for vinum_rqinfo, put inside #ifdef DEBUG
    Remove dead macro expandrq

vinumio.h:
  Increase maximum ioctl reply length to 4 kB if DEBUG is set.
  Define VINUM_RQINFO ioctl if DEBUG is set.

vinumioctl.c:
  vinumioctl:
    Change implementation of VINUM_DEBUG ioctl: use a debug flag
    (DEBUG_REMOTEGDB) to decide whether to go into remote debugging or
    not.

    Implement VINUM_RQINFO.

vinumkw.h:
  Define kw_info even when not debugging.

vinumvar.h:
  Define VF_DIRTYCONFIG
  Add pointers to request info to vinum_info if DEBUG is set.
  Define setstate_noupdate
  Define additional debug bits DEBUG_RESID, DEBUG_LASTREQS and
  DEBUG_REMOTEGDB.
1998-10-21 08:32:32 +00:00
..
advansys -Wunused cleanup. 1998-10-15 23:47:14 +00:00
aha -Wunused cleanup. 1998-10-15 23:46:33 +00:00
ahb Hook up ahapoll so that dumps, synchronize cache commands or any other 1998-10-09 21:38:36 +00:00
aic7xxx -Wunused cleanup. 1998-10-15 23:49:27 +00:00
ar Fixed printf format errors. Only one left in LINT on i386's. 1998-08-24 02:28:16 +00:00
bktr Oops, forgot /* */ around Id string 1998-10-01 09:35:48 +00:00
buslogic -Wunused cleanup. 1998-10-15 23:46:33 +00:00
ccd Update system to new device statistics code. 1998-09-15 08:15:30 +00:00
cs At net-jp@jp.freebsd.org mailing list, if_cs user in Japan 1998-10-04 02:11:15 +00:00
cy Added D_TTY to the cdevswitch flags for all tty drivers. This is required 1998-08-23 08:26:42 +00:00
de Revert part of previous commit. vaddr_t doesn't exist on FreeBSD. This 1998-10-14 08:31:27 +00:00
dec [Add missing files from previous commit] 1998-06-14 13:53:12 +00:00
dgb Added D_TTY to the cdevswitch flags for all tty drivers. This is required 1998-08-23 08:26:42 +00:00
dpt -Wunused cleanup. 1998-10-15 23:46:33 +00:00
ed Discard previous commit. 1998-10-08 17:20:58 +00:00
eisa Fix list corruption and memory leak that could occur when 1998-05-14 19:47:38 +00:00
en fix a bug which could lock up a transmitter. 1998-10-09 11:48:22 +00:00
ep Removed unused includes. 1998-06-21 18:02:50 +00:00
ex This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
fdc Nuke uninitialized varible fd from retrier(). Change the devstat code 1998-09-15 22:07:24 +00:00
fe Removed unused includes. 1998-06-21 16:51:06 +00:00
fxp Clear out transmit descriptor memory in fxp_attach when it's malloced. 1998-10-11 06:28:54 +00:00
hea Add a missing ++. 1998-10-18 11:58:57 +00:00
hfa Two patches from the HARP people: 1998-09-17 09:35:02 +00:00
ic Use [u]intptr_t instead of [unsigned] long to convert and/or represent 1998-08-10 17:21:49 +00:00
ie Use [u]intptr_t instead of [unsigned] long to convert and/or represent 1998-08-10 17:21:49 +00:00
iicbus Major number allocated for generic I2C i/o -> 105 1998-09-09 18:57:24 +00:00
isp -Wunused cleanup. 1998-10-15 23:46:33 +00:00
joy This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
kbd Add VESA support to syscons. 1998-09-15 18:16:39 +00:00
lnc MF22: Robert Swindells' patch for correct probing of more AMD cards. 1998-09-17 13:09:16 +00:00
mc146818 Major changes to the generic device framework for FreeBSD/alpha: 1998-06-14 13:46:10 +00:00
mcd Fixed printf format errors (only 1 left in GENERIC now). 1998-07-13 09:53:11 +00:00
mse This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
pcf Reviewed by: Doug Rabson 1998-09-03 21:01:22 +00:00
pci ahc_pci.c: 1998-10-07 03:40:51 +00:00
pcm/isa Make that annoying "device busy" message dependent on DEBUG (using the 1998-10-08 20:55:54 +00:00
pdq Fixed printf format errors. Only one left in LINT on i386's. 1998-08-24 02:28:16 +00:00
ppbus Add missing newline in probe message. 1998-10-07 14:42:24 +00:00
ppc - program counter was previously an index in the microsequence, now pc 1998-09-20 14:47:01 +00:00
rc fix handling more than one cards 1998-09-28 23:27:57 +00:00
rp Added D_TTY to the cdevswitch flags for all tty drivers. This is required 1998-08-23 08:26:42 +00:00
scd Fixed printf format errors (only 1 left in GENERIC now). 1998-07-13 09:53:11 +00:00
si Fixed printf format errors. `struct eisa_device' uses a strange type 1998-08-23 10:12:12 +00:00
sio Merge changes from i386/isa/sio.c up to revision 1.215. 1998-09-26 14:47:16 +00:00
smbus Major number allocated for generic SMB i/o -> 106 1998-09-09 18:57:38 +00:00
snp This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
sound/isa Make that annoying "device busy" message dependent on DEBUG (using the 1998-10-08 20:55:54 +00:00
speaker Fixed printf format errors. Only one left in LINT on i386's. 1998-08-24 02:28:16 +00:00
sr Removed unused includes. 1998-06-21 14:53:44 +00:00
syscons Restore static of sc_flags. 1998-10-01 21:04:52 +00:00
tx Minimal change for #if __FreeBSD__ >= 3 to check __FreeBSD_version instead. 1998-09-24 16:00:30 +00:00
vinum config.c: 1998-10-21 08:32:32 +00:00
vn Remove the SLICE code. 1998-09-14 19:56:42 +00:00
vx Import the (Fast) Etherlink XL driver. I'm reasonally confident in its 1998-08-16 17:14:59 +00:00
wl Fixed printf format errors. Only one left in LINT on i386's. 1998-08-24 02:28:16 +00:00