summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus
Commit message (Expand)AuthorAgeFilesLines
* MFi386: Merge yet another the RTC related work.nyan2008-04-192-739/+15
* MFi386: RTC related cleanups.nyan2008-04-132-282/+428
* Always set the bell_pitch to 800. This catch up with the sysbeep() argumentnyan2008-04-082-8/+1
* Back in the good old days, PC's had random pieces of rock forphk2008-03-262-196/+0
* Further cleanup of sound generation in syscons:phk2008-03-261-8/+0
* The "free-lance" timer in the i8254 is only used for the speakerphk2008-03-263-127/+29
* Rename timer0_max_count to i8254_max_count.phk2008-03-263-99/+101
* The RTC related pscnt and psdiv variables have no business being public.phk2008-03-262-4/+0
* Merged from sys/dev/sio/sio.c revision 1.472nyan2008-02-291-1/+1
* Use kbdd_* macros.nyan2007-12-301-6/+6
* Replace explicit calls to video methods with their respective variantswkoszek2007-12-292-12/+10
* Add a new 'why' argument to kdb_enter(), and a set of constants to userwatson2007-12-251-2/+4
* Spelling fix for interupt -> interruptkevlo2007-10-121-1/+1
* Mfi386 revision 1.239 of src/sys/i386/isa/clock.c. Seemingly somedwmalone2007-07-292-2/+4
* If clock_ct_to_ts fails to convert time time from the real time clock,dwmalone2007-07-232-2/+10
* 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
OpenPOWER on IntegriCloud