History log of /src/sys/dev/ic/hd64570var.h |
Revision | | Date | Author | Comments |
1.11 |
| 27-Oct-2012 |
chs | split device_t/softc for all remaining drivers. replace "struct device *" with "device_t". use device_xname(), device_unit(), etc.
|
1.10 |
| 27-Jul-2010 |
jakllsch | branches: 1.10.8; 1.10.18; Use bus_addr_t for physical addresses. For some reason the driver will put virtual addresses in these variables, so I'd say this still not quite right. Oh well, at least it compiles on LP64.
|
1.9 |
| 19-Jan-2010 |
pooka | branches: 1.9.2; 1.9.4; Redefine bpf linkage through an always present op vector, i.e. #if NBPFILTER is no longer required in the client. This change doesn't yet add support for loading bpf as a module, since drivers can register before bpf is attached. However, callers of bpf can now be modularized.
Dynamically loadable bpf could probably be done fairly easily with coordination from the stub driver and the real driver by registering attachments in the stub before the real driver is loaded and doing a handoff. ... and I'm not going to ponder the depths of unload here.
Tested with i386/MONOLITHIC, modified MONOLITHIC without bpf and rump.
|
1.8 |
| 04-Mar-2007 |
christos | branches: 1.8.40; Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
|
1.7 |
| 11-Dec-2005 |
christos | branches: 1.7.26; merge ktrace-lwp.
|
1.6 |
| 08-Jul-2003 |
itojun | branches: 1.6.16; function prototype must not have variable name
|
1.5 |
| 03-May-2003 |
wiz | branches: 1.5.2; DMA, not dma nor Dma.
|
1.4 |
| 12-Dec-2000 |
thorpej | Adapt to bpfattach() changes, and further centralize the bpfattach() and bpfdetach() calls into link-type subroutines where possible.
|
1.3 |
| 04-Jan-2000 |
chopps | convert to support non-dma IO (for the isa Riscom/N2). allow the user to set and use the internal baud rate generator fix the transmission ring logic to support more than 1 frame per interrupt add autodetection of the base clock frequency. cleanup the receive ring logic support dynamically resizing the low-water mark on the fifo in response to buffer underruns on transmit.
|
1.2 |
| 28-Oct-1998 |
kleink | branches: 1.2.12; RCS Id police, canonicalize multiple-inclusion protection symbol names.
|
1.1 |
| 26-Jul-1998 |
explorer | add (hopefully) bus-independent hd64570 driver, for the Hitachi serial controller chip.
|
1.2.12.2 |
| 13-Dec-2000 |
bouyer | Sync with HEAD (for UBC fixes).
|
1.2.12.1 |
| 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago A i386 GENERIC kernel compiles without the siop, ahc and bha drivers (will be updated later). i386 IDE/ATAPI and ncr work, as well as sparc/esp_sbus. alpha should work as well (untested yet). siop, ahc and bha will be updated once I've updated the branch to current -current, as well as machine-dependant code.
|
1.5.2.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.5.2.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.5.2.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.6.16.1 |
| 03-Sep-2007 |
yamt | sync with head.
|
1.7.26.1 |
| 12-Mar-2007 |
rmind | Sync with HEAD.
|
1.8.40.2 |
| 11-Aug-2010 |
yamt | sync with head.
|
1.8.40.1 |
| 11-Mar-2010 |
yamt | sync with head
|
1.9.4.1 |
| 05-Mar-2011 |
rmind | sync with head
|
1.9.2.1 |
| 17-Aug-2010 |
uebayasi | Sync with HEAD.
|
1.10.18.1 |
| 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
1.10.8.1 |
| 30-Oct-2012 |
yamt | sync with head
|