summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use dynamic major number allocation.phk2005-02-271-1/+0
* Merged from sys/dev/sio/sio.c revision 1.458.nyan2005-02-111-9/+5
* Fix pc98 compile: merge in changes to use the local APIC timer. Also, addjhb2005-02-092-28/+28
* Remove unused defines.nyan2005-02-071-9/+0
* Add missing isa_dmatc() function.phk2005-02-071-7/+12
* Merged from sys/dev/sio/sio.c revision 1.457.nyan2005-02-041-5/+9
* In my last commit, I'd assumed that LINE30 was always defined. Itimp2005-01-092-0/+29
* LINE30 is always defined now, so unifdef -DLINE30 for clarity.imp2005-01-081-21/+0
* Merge module.h into 30line.h and remove it. It lacked aimp2005-01-081-30/+5
* /* -> /*- for license, minor formatting changesimp2005-01-075-5/+5
* Fix comment.phk2004-12-221-1/+1
* Add FL_MFM flag to the fd_native_types structure.nyan2004-11-091-2/+2
* Use bioq_takefirst()phk2004-10-221-4/+2
* Merged from sys/dev/sio/sio.c (Use generic tty code).nyan2004-10-151-90/+45
* Remove unused variable.njl2004-10-151-1/+0
* Remove local hacks to set flags now that the device probe does this for us.njl2004-10-141-2/+0
* Use generic tty code instead of local stuff.phk2004-10-131-523/+107
* Add more PnP serial cards support.nyan2004-10-011-11/+19
* Merged from sys/dev/sio/sio.c: more tty related changes.nyan2004-09-201-9/+10
OpenPOWER on IntegriCloud