History log of /src/sys/arch/mac68k/dev/akbdvar.h |
Revision | | Date | Author | Comments |
1.10 |
| 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.9 |
| 10-Mar-2007 |
hauke | branches: 1.9.78; 1.9.88; Fix more fallout from caddr_t removal.
Since kbd_adbcomplete() uses the buffer parameter for accessing a (sic!) data buffer, make it uint8_t *, instead of casting the pointer everywhere it is actually used.
While here, fix prototype naming issue. One of these days, the code should be converted to either all kbd_*, or all akbd_*.
|
1.8 |
| 04-Mar-2007 |
christos | 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 |
| 15-Jan-2005 |
chs | branches: 1.6.10; de-__P, remove register, ansify, b* -> mem*.
|
1.5 |
| 14-Feb-2000 |
scottr | branches: 1.5.28; Merge wscons work onto the main development branch.
|
1.4 |
| 05-Mar-1999 |
scottr | branches: 1.4.2; These files were created by repository copy for use on the scottr-mac68k-wscons branch.
|
1.3 |
| 16-Feb-1999 |
ender | branches: 1.3.2; Add NetBSD RCS Id's
|
1.2 |
| 11-Feb-1999 |
ender | o Change various attach arg and softc datatypes to ints. o Use explicit typecasts when interfacing with MRG data
Should fix port-mac68k/6839. Patch supplied by Frederick Bruckman <fb@enteract.com>
|
1.1 |
| 23-Oct-1998 |
ender | New ADB "bus" interface: o Separate ms and kbd drivers o aed device for compatibility o debug message cleanup in hardware direct support (from scottr)
|
1.3.2.1 |
| 05-Mar-1999 |
scottr | checkpoint: input side code should work. no output side yet.
|
1.4.2.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.28.1 |
| 17-Jan-2005 |
skrll | Sync with HEAD.
|
1.6.10.1 |
| 03-Sep-2007 |
yamt | sync with head.
|
1.7.26.1 |
| 12-Mar-2007 |
rmind | Sync with HEAD.
|
1.9.88.1 |
| 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
1.9.78.1 |
| 30-Oct-2012 |
yamt | sync with head
|