History log of /src/sys/arch/mac68k/obio/iwm_fdvar.h |
Revision | | Date | Author | Comments |
1.16 |
| 10-Aug-2020 |
rin | Clean up _LKM --> _MODULE leftovers.
Note that _KERNEL is always defined for modules.
|
1.15 |
| 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.14 |
| 26-May-2008 |
hauke | branches: 1.14.32; 1.14.42; Switch files I authored to two-clause BSD license.
|
1.13 |
| 05-Mar-2007 |
he | branches: 1.13.40; 1.13.42; 1.13.44; 1.13.46; Need char* for pointer arithmetic done in iwm_fd.c.
|
1.12 |
| 04-Mar-2007 |
christos | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
|
1.11 |
| 11-Dec-2005 |
christos | branches: 1.11.26; merge ktrace-lwp.
|
1.10 |
| 15-Oct-2005 |
yamt | - change the way to specify a bufq strategy. (by string rather than by number) - rather than embedding bufq_state in driver softc, have a pointer to the former. - move bufq related functions from kern/subr_disk.c to kern/subr_bufq.c. - rename method to strategy for consistency. - move some definitions which don't need to be exposed to the rest of kernel from sys/bufq.h to sys/bufq_impl.h. (is it better to move it to kern/ or somewhere?) - fix some obvious breakage in dev/qbus/ts.c. (not tested)
|
1.9 |
| 16-Jun-2005 |
jmc | branches: 1.9.2; Shadowing and const fixes.
|
1.8 |
| 15-Jan-2005 |
chs | de-__P, remove register, ansify, b* -> mem*.
|
1.7 |
| 06-Sep-2002 |
gehenna | branches: 1.7.6; Merge the gehenna-devsw branch into the trunk.
This merge changes the device switch tables from static array to dynamically generated by config(8).
- All device switches is defined as a constant structure in device drivers.
- The new grammer ``device-major'' is introduced to ``files''.
device-major <prefix> char <num> [block <num>] [<rules>]
- All device major numbers must be listed up in port dependent majors.<arch> by using this grammer.
- Added the new naming convention. The name of the device switch must be <prefix>_[bc]devsw for auto-generation of device switch tables.
- The backward compatibility of loading block/character device switch by LKM framework is broken. This is necessary to convert from block/character device major to device name in runtime and vice versa.
- The restriction to assign device major by LKM is completely removed. We don't need to reserve LKM entries for dynamic loading of device switch.
- In compile time, device major numbers list is packed into the kernel and the LKM framework will refer it to assign device major number dynamically.
|
1.6 |
| 29-Aug-2002 |
hannken | Convert to new device buffer queue interface.
Tested with help from Hauke Fath <hauke@Espresso.Rhein-Neckar.DE> on Performa 600 and Quadra 700.
|
1.5 |
| 23-Mar-2000 |
thorpej | branches: 1.5.8; 1.5.12; 1.5.20; New callout mechanism with two major improvements over the old timeout()/untimeout() API: - Clients supply callout handle storage, thus eliminating problems of resource allocation. - Insertion and removal of callouts is constant time, important as this facility is used quite a lot in the kernel.
The old timeout()/untimeout() API has been removed from the kernel.
|
1.4 |
| 21-Jan-2000 |
thorpej | Update for sys/buf.h/disksort_*() changes.
|
1.3 |
| 27-Mar-1999 |
scottr | branches: 1.3.8; Update from Hauke to resolve some relatively severe performance problems.
|
1.2 |
| 18-Feb-1999 |
scottr | branches: 1.2.2; Er, function prototypes don't belong in fooreg.h.
|
1.1 |
| 18-Feb-1999 |
scottr | First cut at a floppy disk device driver, for IWM and IWM-compatible controllers. Supports GCR-encoded disks only (400K and 800K); neither of the 1.44M formats will work until someone figures out how to drive the SWIM and its descendants.
This code was written by Hauke Fath, and had only minor touchup (mostly KNF) by me.
|
1.2.2.2 |
| 06-Feb-2000 |
scottr | Sync with main branch.
|
1.2.2.1 |
| 16-May-1999 |
scottr | Sync with main branch.
|
1.3.8.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.20.2 |
| 31-Aug-2002 |
gehenna | catch up with -current.
|
1.5.20.1 |
| 19-May-2002 |
gehenna | Remove unnecessary prototype.
|
1.5.12.1 |
| 17-Sep-2002 |
nathanw | Catch up to -current.
|
1.5.8.2 |
| 10-Oct-2002 |
jdolecek | sync kqueue with -current; this includes merge of gehenna-devsw branch, merge of i386 MP branch, and part of autoconf rototil work
|
1.5.8.1 |
| 06-Sep-2002 |
jdolecek | sync kqueue branch with HEAD
|
1.7.6.2 |
| 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
1.7.6.1 |
| 17-Jan-2005 |
skrll | Sync with HEAD.
|
1.9.2.2 |
| 03-Sep-2007 |
yamt | sync with head.
|
1.9.2.1 |
| 21-Jun-2006 |
yamt | sync with head.
|
1.11.26.1 |
| 12-Mar-2007 |
rmind | Sync with HEAD.
|
1.13.46.1 |
| 23-Jun-2008 |
wrstuden | Sync w/ -current. 34 merge conflicts to follow.
|
1.13.44.1 |
| 04-May-2009 |
yamt | sync with head.
|
1.13.42.1 |
| 04-Jun-2008 |
yamt | sync with head
|
1.13.40.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.14.42.1 |
| 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
1.14.32.1 |
| 30-Oct-2012 |
yamt | sync with head
|