summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
2001-02-24#else if/#elifMichael Shalayeff
2001-02-23Merge with FreeBSD:Jason Wright
more portable between fbsd and obsd real mii support prefer memory mapped registers (if configuration supports it)
2001-02-22Typo police:Kenneth R Westerback
Replace last ADV/ASC/Adv, etc. uses with ADW/Adw as appropriate. Delete comments about non-existant structure members, correct references to existing structure members to use correct structure names or typedefs.
2001-02-22syncChris Cappuccio
2001-02-22Use real VIA product names for IDE controllers rather then contrived ones,Chris Cappuccio
ok deraadt@
2001-02-22slightly less verbose dmesgChris Cappuccio
2001-02-22syncChris Cappuccio
2001-02-22Comments may not exist on 'product' or 'vendor' linesChris Cappuccio
2001-02-21syncChris Cappuccio
2001-02-21Make dmesg prettier, ok deraadt@Chris Cappuccio
all your base are belong to us
2001-02-20for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okMichael Shalayeff
2001-02-20sync with freebsd:Jason Wright
use LIST_FOREACH construct instead of homebrew loop
2001-02-20add mii support to if_vr (mostly from FreeBSD)Jason Wright
also sync with other FreeBSD changes
2001-02-20Use table driven device listJason Wright
Add Dlink 530TX+ (thanks to Jarrett Byrnes <jearbear@arrr.net> for testing)
2001-02-20Compile with USCANNER_DEBUG, implied by USB_DEBUG.Hakan Olsson
2001-02-20default to kernel messages blueTheo de Raadt
2001-02-20If you can't do wide xfers, don't tempt the targets by offeringKenneth R Westerback
it. They might not turn you down. Spotted by drahn@.
2001-02-20Forgot $OpenBSD$ tagsNathan Binkert
2001-02-20Add the uftdi driver for the FTDI usb->serial converter.Nathan Binkert
Driver from NetBSD. ok aaron@
2001-02-20syncJason Wright
2001-02-20Dlink 530TX+Jason Wright
2001-02-20Tone down the verbosity level slightly on the adw driver, printKenneth R Westerback
negotiation results on one line, during boot polling only, in same format as now used in siop. Move one check for probe INQUIRY commands to poll loop rather than checking every good I/O twice.
2001-02-20Tone down the verbosity level slightly on the iha driver, printKenneth R Westerback
negotiation results on one line, during boot polling only, in same format as now used in siop. Move checking for probe INQUIRY commands to poll loop rather than checking every good I/O. Remove an unwanted debug statement and unneeded (resolved) XXX comment.
2001-02-20Tone down the verbosity level on the siop driver, print negotiationKenneth R Westerback
results on one line, during boot polling only. Force wide/sync negotiations for all targets during boot. Delete extraneous name field and associated strings that duplicate info provided in INQUIRY data. Actually timeout during polling rather than wait forever for ITSDONE. Remove unneeded check for SCSI_POLL before calling scsi_done(). Makes logic conform to other drivers.
2001-02-19proper dmaable memory allocations; oopsMichael Shalayeff
2001-02-19propoer dmaable memory allocationsMichael Shalayeff
2001-02-19Fix a bug (bad conversion from unsigned int to int) in PS/2 mouse resolutionjbm
setting, so that WSMOUSEIO_SRES ioctl with WSMOUSE_RES_MIN value now works; matthieu@ ok.
2001-02-18syncJason Wright
2001-02-18altima ac101 phy; from freebsdJason Wright
2001-02-18shorten messageTheo de Raadt
2001-02-18syncTheo de Raadt
2001-02-18newTheo de Raadt
2001-02-18Fix an uninitialized variable which could cause corruption of the userAaron Campbell
button state (and hence spurious mouse clicks) if the event queue filled up; from NetBSD.
2001-02-17no need for seperate variable to hold ethernet address... that's whatJason Wright
ac_enaddr is for
2001-02-17sync with freebsd up to switch to miiJason Wright
also increase the delay for accessing the eeprom (seems it needs a bit longer to get ether address settled).
2001-02-16sti_mmap() proper return typeMichael Shalayeff
2001-02-15Import siop, a replacement for the ncr SCSI driver, from NetBSD.Kenneth R Westerback
Written for NetBSD by Manuel Bouyer. Tested with various cards on i386 and alpha. Outstanding issue: doesn't work with PowerPC yet.
2001-02-14another ne2k, from markus@Michael Shalayeff
2001-02-14regenMichael Shalayeff
2001-02-14another ne2k from markus@Michael Shalayeff
2001-02-14Change output to fit OpenBSD.Federico G. Schwindt
2001-02-14sigh. add $OpenBSD$.Federico G. Schwindt
2001-02-14Support for AMD Am53c974 SCSI controllers; from NetBSD.Federico G. Schwindt
Thanks to Quentin Barnes <qbarnes@urbana.css.mot.com> for his help.
2001-02-13default more wscons optionsTheo de Raadt
2001-02-12Eliminate ISP2100_FABRIC- we always allow for fabric now. Add anmjacob
isp_iid_set/isp_iid for fibre channel- this is because we now fake a port database entry for ourselves. Add the additional loop states between LOOP_PDB_RCVD and LOOP_READY. Change and comment on a wad of Fibre Channel isp_control functions. Change and comment on some of the ISPASYNC Fibre Channel events. Add was_fabric_dev/fabric_dev tags to our local FC database structure (so we can see rapidly whether something was a fabric device but is now gone). Add a tag which says what role this adapter should take. It can take on the value of None, Target, Initiator or Both. None is useful for warm failover purposes. Remove the ISP_CFG_NOINIT silliness since a role of "None" does this. Add a isp_lastmbxcmd tag to store the opcode for the last mailbox command used.
2001-02-12Put in offset definitions for FPM and FBM registers, plus just enoughmjacob
bits defined so we can reset them.
2001-02-12Add structure defining FC-AL position maps. The only tool that I know ofmjacob
that really uses this is luxadm(8) under Solaris.
2001-02-12Roll platform minor. Remove ISP2100_FABRIC defines (we don't caremjacob
anymore). Fix mailbox timeouts to correctly print out timing out command.
2001-02-12Change ISPASYNC_LOGGED_INOUT to ISPASYNC_PROMENADE.mjacob
Make sure we note if something is a fabric device. Use isp_fc_runstate instead of isp_control calls with ISPCTL_FCLINK_TEST and ISPCTL_PDB_SYNC.
2001-02-12Add isp_fc_runstate function- this function's purpose is to, in stages,mjacob
and depending on role, make sure link is up, scan the fabric (if we're connected to a fabric), scan the local loop (if appropriate), merge the results into the local port database then, check once again to make sure we have f/w at FW_READY state and the the loopstate is LOOP_READY.