| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2001-04-11 | Only install headers which are actually used by our userland. This | jdolecek | |
| saves about 2.2MB under /usr/include/dev/. Discussed on tech-kern@ recently. I HOPE to get the list right. The headers I left in are ones used for MI tools and those whose usage I discovered by grep over tree sources. Feel free to put needed includes back in if you encounter anything which should not be removed from lists. | |||
| 2001-03-30 | Yamaha YMF724/740/744/754 (DS-1) PCI audio driver. | minoura | |
| 2001-02-19 | convert to use getprogname() | cgd | |
| 2001-02-12 | update to latest f/w | mjacob | |
| 2001-01-22 | make patches[] const | jdolecek | |
| 2001-01-18 | constify | jdolecek | |
| 2001-01-05 | Disable the daic directory for now, it breaks with OBJDIR builds. | martin | |
| This needs more thought. | |||
| 2001-01-05 | don't keep adding targets, but include bsd.kinc.mk... This time make obj borke. | christos | |
| 2001-01-05 | Now let it survive "make install" too. | martin | |
| 2001-01-05 | don't let "make all" fail | martin | |
| 2001-01-05 | Enable the imported ISDN4BSD based ISDN subsystem. | martin | |
| This is the kernel part (userland to follow soon) of the latest (and very probably last) release (version 0.96) of ISDN4BSD. ISDN4BSD has a homepage at http://www.freebsd-support.de/i4b/. It gives the user various ways to use the isdn connection: raw data (via the i4brbch "raw b-channel" device), ppp (via the isp "isdn PPP" device), voice/answering machine (the i4btel "telephone" device) and ip over isdn (the ipr device, "IP over raw ISDN"). Supported are a bunch of common and older cards, more to be added soon after some cleanup. Currently only the european E-DSS1 variant of the ISDN D channel protocol is supported. | |||
| 2001-01-05 | Initial import of ISDN4BSD release 0.96 | martin | |
| 2000-12-28 | roll to 2.01.26 f/w | mjacob | |
| 2000-10-23 | Regen | bouyer | |
| 2000-10-23 | Rearrange things a bit to have less jumps | bouyer | |
| Install the core of the scheduler in main script (so it's in RAM when there is one), and avoid jump in the common case. The command part of the scheduler now lives in host memory, with tables. Add template for a tag switch. | |||
| 2000-10-23 | Allow conditionnal branch like "JUMP foo, IF FALSE" | bouyer | |
| The branch will never be taken as is, but the driver can patch the script. | |||
| 2000-10-19 | Regen | bouyer | |
| 2000-10-19 | Move restore_scntl3 before the lun switch, to ease freeing of unused lun | bouyer | |
| slots. | |||
| 2000-10-18 | Regen | bouyer | |
| 2000-10-18 | Redo the target/lun sw in a better way, and handle queue tag messages. | bouyer | |
| 2000-10-18 | Fix off by one error when using RETURN, WHEN/IF ... | bouyer | |
| 2000-10-16 | roll SBus f/w to latest released level (1.37) | mjacob | |
| 2000-10-09 | Emit a warning when a symbol is undefined. | bouyer | |
| 2000-10-06 | Regen | bouyer | |
| 2000-10-06 | Fix recurent typo: shed->sched | bouyer | |
| 2000-10-06 | Regen | bouyer | |
| 2000-10-06 | Handle reselect entirely in script; for this provide a script area, | bouyer | |
| modified by the driver, which will load the appropriate DSA for a given target/lun. | |||
| 2000-07-05 | split firmware into smaller files | mjacob | |
| 2000-06-13 | sheduler->scheduler, as pointed out by Klaus Klein | bouyer | |
| 2000-05-25 | Regen. | bouyer | |
| 2000-05-25 | Separate the sheduler from the main script, allocate another DMA-safe | bouyer | |
| memory page for the sheduler. Put the main script in the on-chip RAM when available. Avoid a null-pointer dereference when DSA is invalid. | |||
| 2000-05-17 | Add a device driver for the Cyclades-Z series of intelligent multi-port | thorpej | |
| serial boards. Written by Jason R. Thorpe and Bill Studenmund. | |||
| 2000-05-15 | Regen | bouyer | |
| 2000-05-15 | - use my standart copyrigth notice | bouyer | |
| - After reselect, don't clear ack after the IDENTIFY message, this breaks when the reselecting target has different sync parameters than the previous one. | |||
| 2000-05-04 | Ops, regen siop.out from the last siop.ss. | bouyer | |
| 2000-05-04 | Add a flag hold in scratcha0, set when we're doing a data transfer. Used | bouyer | |
| for save data pointers. | |||
| 2000-04-27 | Add NetBSD RCS Id and copyrigth notice. | bouyer | |
| 2000-04-25 | - Change the script to start new commands in an asyncronous way, using | bouyer | |
| 'command slots' in which the host can put command and wait for the script to start them - Change siop.c to do full disconnect/reslelect, allowing as much as one command per target/lun to run in parallel. - Fix bug in registers init where a board without BIOS would end at ID 0 (now the driver works on alpha too). - better handling of messages, sending back a MSG_EXT_SDTR in response to an incoming MSG_EXT_SDTR, and MSG_MESSAGE_REJECT for unhandled messages. - fix use of bus_dmamap_sync() and htole32(). - supports shared interrups - change some int8 and int16 to int, for alpha and mips benefits ( suggested by Toru Nishimura) | |||
| 2000-04-25 | - Add support for NOP instruction | bouyer | |
| - fix dsp value for second operand of memory move, so that patch list will be correct. | |||
| 2000-04-21 | Snapshot of work in progress: new driver for the NCR 53c8xx SCSI controller | bouyer | |
| (the name 'siop' is still being discussed, may change). Only basic disconnect/reselect for now, no sync/wide negotiation. Tested with 810A, 875 and 895 on i386 only. The bus-independant part should also be able to handle the 53c720 and 53c770. A new driver with enhanced script should appear for the 825/875/895 'soon'. | |||
| 2000-04-21 | Script assembler for the NCR 53c7xx/8xx scsi controller. Initial work | bouyer | |
| done by Michael L. Hitch, support for the 8xx and some improvements by me. | |||
| 2000-03-15 | New ahc driver, a port of Justin Gibbs' FreeBSD driver. This adds | fvdl | |
| support for the U2W chips, and U160 controllers. | |||
| 2000-02-12 | add 12160 (Ultra3) microcode | mjacob | |
| 1999-12-20 | oops, got the initiator and initiator/target f/w reversed for the 1080 | mjacob | |
| 1999-12-20 | add in initiator mode only f/w versions | mjacob | |
| 1999-12-03 | add back firmware with BSD style copyright as approved by Qlogic | mjacob | |
| 1999-11-16 | Re-add stub Qlogic F/W files so that life is easier when/if the new | mjacob | |
| Qlogic F/W copyright is approved. | |||
| 1999-10-28 | Remove f/w from tree. The licences are not acceptable to TNF. | mjacob | |
| 1999-10-14 | roll firmware | mjacob | |
| 1999-08-26 | do not install these headers. they are large (~1.8M) and useless to userland. | mrg | |
