History log of /netbsd/sys/dev/pci/bktr/bktr_reg.h (Results 1 – 22 of 22)
Revision Date Author Comments
# 5f819ca3 27-Oct-2012 chs <chs@NetBSD.org>

split device_t/softc for all remaining drivers.
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.


# 2cdd5dd1 26-Jan-2011 dyoung <dyoung@NetBSD.org>

unifdef -U__bsdi__ -U__FreeBSD__ -D__NetBSD__. No functional change
intended.


# a591bc88 06-May-2009 cegger <cegger@NetBSD.org>

struct device * -> device_t, no functional changes intended.


# 6d70f903 24-Apr-2008 ad <ad@NetBSD.org>

Network protocol interrupts can now block on locks, so merge the globals
proclist_mutex and proclist_lock into a single adaptive mutex (proc_lock).
Implications:

- Inspecting process state requires

Network protocol interrupts can now block on locks, so merge the globals
proclist_mutex and proclist_lock into a single adaptive mutex (proc_lock).
Implications:

- Inspecting process state requires thread context, so signals can no longer
be sent from a hardware interrupt handler. Signal activity must be
deferred to a soft interrupt or kthread.

- As the proc state locking is simplified, it's now safe to take exit()
and wait() out from under kernel_lock.

- The system spends less time at IPL_SCHED, and there is less lock activity.

show more ...


# f4e9b243 16-Jan-2008 jmcneill <jmcneill@NetBSD.org>

Don't assume that sizeof(long) == sizeof(int); makes bktr work on amd64.


# a2a38285 19-Oct-2007 ad <ad@NetBSD.org>

machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h


# 1c357819 30-Dec-2005 mjl <mjl@NetBSD.org>

This part got lost during merging with the sourceforge bktr
driver: "Also make those variables int instead of char so it
can actually hold 454...".


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# 26f4234e 30-May-2005 christos <christos@NetBSD.org>

- avoid variable shadowing
- add const


# 0cdd0c66 12-Mar-2003 wiz <wiz@NetBSD.org>

Merge first bktr-sf import.


# f8a4b3b1 10-Jan-2003 mjl <mjl@NetBSD.org>

Make this work on big endian platforms (mostly from OpenBSD):
Uploaded scripts work better if they are little endian, as the
card's engine expects, so convert to le first.

Also clean up attach routi

Make this work on big endian platforms (mostly from OpenBSD):
Uploaded scripts work better if they are little endian, as the
card's engine expects, so convert to le first.

Also clean up attach routine a bit (use pa_id and PCI_REVISION
instead of fetching it ourselves).

This makes the driver work on my macppc G4, it can decode and
display video and tuner input. Sound does not seem to work, but
this may be my wonky formac bktr-for-macintosh card.

show more ...


# f64a8c82 23-Oct-2002 christos <christos@NetBSD.org>

remove duplicate cpp defs.


# 9fa0b176 18-Sep-2001 wiz <wiz@NetBSD.org>

Give initiali[sz]e all the "i"s it deserves.


# 2ad3fd95 30-Dec-2000 wiz <wiz@NetBSD.org>

Merge 2.18 to trunk.


# 13460826 28-Oct-2000 wiz <wiz@NetBSD.org>

Merge 2.17 changes to trunk.


# 5fea9616 24-Sep-2000 jdolecek <jdolecek@NetBSD.org>

use new generic bootverbose instead of local definition


# 3a2e8fdc 03-Sep-2000 wiz <wiz@NetBSD.org>

Use NetBSD's pcidevs file for vendors/cards as much as possible.
Recognize Pinnacle Studio PCTV Rave as Miro card, tested by rh@netbsd.org.


# d307475c 01-Jul-2000 wiz <wiz@NetBSD.org>

resolve conflicts.


# f7e27520 07-May-2000 veego <veego@NetBSD.org>

Change one 0 for bootverbose to 1 if DEBUG is defined.


# 20ae9140 07-May-2000 veego <veego@NetBSD.org>

Add a dummy bootverbose.


# 5f8b869a 07-May-2000 wiz <wiz@NetBSD.org>

Some NetBSD specific changes; also TODO, and import script, based
on bind2netbsd by Bernd Ernesti


# 8b27ce1a 07-May-2000 wiz <wiz@NetBSD.org>

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.