aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sio/sio_puc.c
Commit message (Expand)AuthorAgeFilesLines
* Allow device hints to wire the unit numbers of devices.John Baldwin2008-11-181-29/+0
* Add sio_puc_kludge_unit() to stop sio devices originating from pucPeter Wemm2007-11-301-0/+29
* Rewrite of puc(4). Significant changes are:Marcel Moolenaar2006-04-281-11/+18
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-1/+0
* Add detach methods so we can unload the sio module.Warner Losh2003-12-271-0/+1
* The record's stuck. The record's stuck. The record's stuck.Warner Losh2003-12-261-3/+0
* Use __FBSDID().David E. O'Brien2003-08-241-0/+3
* Make 'rclk' a uintptr_t to quiet warnings.John Baldwin2002-11-071-3/+3
* Don't probe the interrupt on puc(4) attached devices.Poul-Henning Kamp2002-09-031-1/+1
* Remove __P.Alfred Perlstein2002-03-201-2/+2
* Add pc98 support.Yoshihiro Takahashi2002-03-081-0/+3
* Add the puc (PCI "Universal" Communications) driver. The idea and some ofJohn Hay2002-02-161-0/+89