History log of /src/sys/dev/pci/bktr/bktr_core.h |
Revision | | Date | Author | Comments |
1.12 |
| 22-May-2022 |
andvar | fix various small typos, mainly in comments.
|
1.11 |
| 19-Dec-2021 |
andvar | fix various typos in bktr driver comments.
|
1.10 |
| 16-Jan-2008 |
jmcneill | Don't assume that sizeof(long) == sizeof(int); makes bktr work on amd64.
|
1.9 |
| 04-Mar-2007 |
christos | branches: 1.9.16; 1.9.22; 1.9.28; Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
|
1.8 |
| 03-Sep-2006 |
bouyer | branches: 1.8.6; 1.8.8; 1.8.12; stop attaching when a bus_dma operation fails, instead of using bogus addresses. Remplace vtophys() with proper bus_dma(9) use. This driver now works properly on Xen
|
1.7 |
| 11-Dec-2005 |
christos | branches: 1.7.4; 1.7.8; 1.7.18; merge ktrace-lwp.
|
1.6 |
| 29-Jun-2003 |
fvdl | branches: 1.6.2; 1.6.16; 1.6.18; Back out the lwp/ktrace changes. They contained a lot of colateral damage, and need to be examined and discussed more.
|
1.5 |
| 28-Jun-2003 |
darrenr | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can be inserted into ktrace records. The general change has been to replace "struct proc *" with "struct lwp *" in various function prototypes, pass the lwp through and use l_proc to get the process pointer when needed.
Bump the kernel rev up to 1.6V
|
1.4 |
| 12-Mar-2003 |
wiz | Merge first bktr-sf import.
|
1.3 |
| 01-Jul-2000 |
wiz | branches: 1.3.2; resolve conflicts.
|
1.2 |
| 21-May-2000 |
wiz | branches: 1.2.4; Use bktr_softc.bktr_dev.dv_xname instead of "bktr0" when printf'ing as requested by Klaus Klein in kern/10166. Also add device instance name to all printf's that didn't have it.
|
1.1 |
| 07-May-2000 |
wiz | branches: 1.1.1; Initial revision
|
1.1.1.3 |
| 12-Mar-2003 |
wiz | Import of current state of bktr(4) in sourceforge repository. Changes since last import: . lots of whitespace cleanups . typo fixes (e.g. hz, compatibilty) . fix brightness ioctl return value . wait for int ready using DELAY() instead of tight loop
|
1.1.1.2 |
| 01-Jul-2000 |
wiz | Import release 2.14 of the bktr driver. Changes: mostly integration of NetBSD changes; support for new Hauppauge tuner types.
|
1.1.1.1 |
| 07-May-2000 |
wiz | Import of (finally busspaced) bktr-driver from FreeBSD (part 1). This version is from the location specified in the README, modified by bktr2netbsd, to be committed later.
|
1.2.4.1 |
| 03-Jul-2000 |
wiz | Pull up revision 1.3 (requested by wiz): Sync with release 2.14 of the bktr driver. Changes: mostly integration of NetBSD changes; support for new Hauppauge tuner types.
Approved by thorpej.
|
1.3.2.2 |
| 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago A i386 GENERIC kernel compiles without the siop, ahc and bha drivers (will be updated later). i386 IDE/ATAPI and ncr work, as well as sparc/esp_sbus. alpha should work as well (untested yet). siop, ahc and bha will be updated once I've updated the branch to current -current, as well as machine-dependant code.
|
1.3.2.1 |
| 01-Jul-2000 |
bouyer | file bktr_core.h was added on branch thorpej_scsipi on 2000-11-20 22:35:47 +0000
|
1.6.18.4 |
| 21-Jan-2008 |
yamt | sync with head
|
1.6.18.3 |
| 03-Sep-2007 |
yamt | sync with head.
|
1.6.18.2 |
| 30-Dec-2006 |
yamt | sync with head.
|
1.6.18.1 |
| 21-Jun-2006 |
yamt | sync with head.
|
1.6.16.1 |
| 16-Sep-2006 |
ghen | Pull up following revision(s) (requested by bouyer in ticket #1511): sys/dev/pci/bktr/bktr_core.c: revision 1.38 sys/dev/pci/bktr/bktr_os.c: revision 1.43 sys/dev/pci/bktr/bktr_core.h: revision 1.8 stop attaching when a bus_dma operation fails, instead of using bogus addresses. Remplace vtophys() with proper bus_dma(9) use. This driver now works properly on Xen
|
1.6.2.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.6.2.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.6.2.1 |
| 02-Jul-2003 |
darrenr | Apply the aborted ktrace-lwp changes to a specific branch. This is just for others to review, I'm concerned that patch fuziness may have resulted in some errant code being generated but I'll look at that later by comparing the diff from the base to the branch with the file I attempt to apply to it. This will, at the very least, put the changes in a better context for others to review them and attempt to tinker with removing passing of 'struct lwp' through the kernel.
|
1.7.18.1 |
| 14-Sep-2006 |
riz | Pull up following revision(s) (requested by bouyer in ticket #151): sys/dev/pci/bktr/bktr_core.c: revision 1.38 sys/dev/pci/bktr/bktr_os.c: revision 1.43 sys/dev/pci/bktr/bktr_core.h: revision 1.8 stop attaching when a bus_dma operation fails, instead of using bogus addresses. Remplace vtophys() with proper bus_dma(9) use. This driver now works properly on Xen
|
1.7.8.1 |
| 14-Sep-2006 |
yamt | sync with head.
|
1.7.4.1 |
| 09-Sep-2006 |
rpaulo | sync with head
|
1.8.12.1 |
| 03-Jun-2008 |
skrll | Sync with netbsd-4.
|
1.8.8.1 |
| 12-Mar-2007 |
rmind | Sync with HEAD.
|
1.8.6.1 |
| 21-Jan-2008 |
bouyer | Pull up following revision(s) (requested by jmcneill in ticket #1046): sys/dev/pci/bktr/bktr_reg.h: revision 1.18 sys/dev/pci/bktr/bktr_audio.c: revision 1.18 sys/dev/pci/bktr/bktr_os.c: revision 1.49 sys/dev/pci/bktr/bktr_core.c: revision 1.46 sys/dev/ic/bt8xx.h: revision 1.9 sys/dev/pci/bktr/bktr_core.h: revision 1.10 Don't assume that sizeof(long) == sizeof(int); makes bktr work on amd64.
|
1.9.28.1 |
| 19-Jan-2008 |
bouyer | Sync with HEAD
|
1.9.22.1 |
| 18-Feb-2008 |
mjf | Sync with HEAD.
|
1.9.16.1 |
| 23-Mar-2008 |
matt | sync with HEAD
|