summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus
Commit message (Expand)AuthorAgeFilesLines
...
* In the function pc98_check_if_type for the non-8251 casemjacob2007-07-111-0/+4
* Despite several examples in the kernel, the third argument ofdwmalone2007-06-042-2/+2
* Don't call bus_deactivate_resource() explicitly before callingnyan2007-03-211-12/+0
* - Use mtx_{lock,unlock}_spin rather than {disable,enable}_intr.nyan2007-03-042-58/+30
* Reduce diffs with i386.nyan2007-03-042-12/+20
* Use pause() rather than tsleep() on explicit global dummy variables.jhb2007-02-271-2/+1
* Garbage collect a reference to INTR_FAST.piso2007-02-252-2/+2
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-235-13/+17
* Oops, pc98 is independent of i386 for clock.c and machdep.c but notbde2007-01-232-24/+18
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-3/+4
* Use Calendrical Calculations from subr_clock.c instead of home copy&pasted.phk2006-10-022-184/+46
* Second part of a little cleanup in the calendar/timezone/RTC handling.phk2006-10-022-6/+0
* First part of a little cleanup in the calendar/timezone/RTC handling.phk2006-10-022-0/+2
* Fix our ioctl(2) implementation when the argument is "int". Newru2006-09-271-0/+26
* Fix style nits. No md5 changes in .o's. ;-)jkim2006-09-081-2/+2
* typo.nyan2006-05-271-2/+2
* Aling to new console and gdb_port semanticsphk2006-05-261-54/+14
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-162-2/+0
* Remove unneeded include.nyan2006-05-082-2/+0
* - Move defines for PC-98 machine type from pc98/cbus/cbus.h intonyan2006-05-081-8/+0
* o Move ISA specific code from ppc.c to ppc_isa.c -- a bus front-marcel2006-04-242-2491/+0
* - Use bus_setup_intr() and bus_teardown_intr() to register device driverjhb2006-02-224-9/+6
* Fix build error.nyan2005-12-232-0/+2
* Tweak how the MD code calls the fooclock() methods some. Instead ofjhb2005-12-222-6/+6
* Merged from sys/dev/sio/sio.c revision 1.463.nyan2005-12-181-0/+1
* cpp(1) only understand integer arithmetical expressions, soru2005-12-061-2/+1
* Fix -Wundef warnings from compiling GENERIC and LINT kernels ofru2005-12-062-4/+4
* Fix -Wundef warnings found when compiling i386 LINT, GENERIC andru2005-12-051-2/+2
* Catch up with new interrupt handling code.ru2005-10-261-2/+2
* Eliminate two unused arguments to ttycreate().phk2005-10-161-1/+1
* Use 'PC Card'nyan2005-09-301-2/+2
* Remove EPSON PC-386 note A/W/AE/WR support.nyan2005-09-144-41/+10
* Remove EPSON_NRDISK support.nyan2005-09-131-177/+2
* Fixup some more fallout from the lapic/i8254 changes:jhb2005-07-132-48/+40
* Remove a || 1 that crept into the i8254 commit and was subsequentlyjhb2005-07-052-2/+2
* MFi386: r1.221 (Use a simpler implementation for the i8254 timecounter).nyan2005-07-032-24/+70
* Sync with syscons update (Add new member to struct sc_rndr_sw).nyan2005-05-291-0/+2
* Fix my copyright.nyan2005-05-143-3/+4
* - Move bus dependent defines to {isa,cbus}_dmareg.h.nyan2005-05-143-11/+45
* - Move timerreg.h to <arch>/include and split i8253 specific defines intonyan2005-05-144-26/+21
* Move the pc98 keymap define into pckbdtables.h because it should be usednyan2005-05-122-1/+204
* - Move the NPX_DEBUG option to options.{i386,pc98} and use opt_npx.h.nyan2005-05-121-13/+0
* - Move lptreg.h into pc98/cbus and rename to olptreg.h.nyan2005-05-102-1/+49
* Change a directory layout for pc98.nyan2005-05-1010-18/+17
* - Remove ifdef PC98.nyan2005-04-133-329/+30
* Merge from i386:jhb2005-03-242-14/+32
* Define IRQ_NPX for the irq used for the npx. Define macro for a fullimp2005-03-161-0/+11
* MFi386: revision 1.217.nyan2005-03-122-6/+0
* - Remove the BURN_BRIDGES marked support for hooking into the ISA timer 0jhb2005-03-092-288/+4
OpenPOWER on IntegriCloud