aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98/cbus/sio_cbus.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix my copyright.Yoshihiro Takahashi2005-05-141-1/+2
| | | | Notes: svn path=/head/; revision=146216
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
| | | | Notes: svn path=/head/; revision=139825
* Add more PnP serial cards support.Yoshihiro Takahashi2004-10-011-11/+19
| | | | | | | | PR: kern/72226 Submitted by: Hirokazu WATANABE <wnabe@par.odn.ne.jp> Notes: svn path=/head/; revision=136029
* Remove '#include <machine/bus_pio.h>'. This is meaningless.Yoshihiro Takahashi2004-03-071-1/+0
| | | | Notes: svn path=/head/; revision=126713
* Add detach method.Yoshihiro Takahashi2003-12-281-0/+1
| | | | Notes: svn path=/head/; revision=123934
* Added some buggy PC-98 PnP cards support.Yoshihiro Takahashi2002-09-291-4/+19
| | | | Notes: svn path=/head/; revision=104142
* Remove __P.KATO Takenori2002-03-201-2/+2
| | | | Notes: svn path=/head/; revision=92793
* Merged from sys/dev/sio/{sio.c,sio_isa.c} revisions 1.363 and 1.5,Yoshihiro Takahashi2002-01-311-2/+2
| | | | | | | respectively. Notes: svn path=/head/; revision=90011
* Split the sio driver for pc98 into bus front end and back end.Yoshihiro Takahashi2001-11-261-0/+95
(merged from the files in sys/dev/sio) Notes: svn path=/head/; revision=86912